/* Main CSS styles go here */

/* These are just some sample styles */
body{
	 margin:0px;
	 padding:0px;
	 background:url(../images/bg.jpg) repeat;
	 text-align:center;
}
img {
	border:0;
}
body, td, th, div, p, label, input,a, select {
	font-family:Verdana; 
	font-size:12px; 
	color:#231F20;
	line-height:19px;
}

a:link, a:visited, a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#all{
	width:900px;
	margin:0px auto;
	text-align:left;
}

#all_header{
	background-color:#FFFFFF;
	
}

#header{
	width:900px;
	margin:0px auto;
}

#all__{
	width:900px;
	margin:0px auto;
	text-align:left;
	background:url(../images/center_bg.jpg) repeat-y;
	
	margin-top:40px;
	margin-bottom:40px;
}

#all_top{
	background:url(../images/top_bg.jpg) no-repeat;
	width:802px;
}

#all_bottom{
	background:url(../images/bottom_bg.jpg) no-repeat;
	width:802px;
	height:25px;
}

#content_top{
	padding: 20px;
}
#content{
	padding: 40px;
	min-height:400px;
}

.header_line{
	background:url(../images/dot.jpg) repeat-x;
	height:3px;
}

#logo{
	float:left;
	margin: 30px 0 0 65px;
}

#header_right{
	float:right;
	margin:5px 65px 0 0;
}

#header_menu{
	margin: 20px 0 10px 60px;
}

#header_menu a:link, #header_menu a:visited, #header_menu a:active{
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
#header_menu a:hover{
	text-decoration:none;
}

#content_out{
	background:url(../images/bg.jpg) repeat;
}
#content_menu{
	width:802px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
}

#content_in{
	width:802px;
	margin:0px auto;
	background:url(../images/center_bg.jpg) repeat-y;
}

#bestall_skylt{
	margin: -70px 40px 0 0;
    text-align: right;
}

#bestall{
	margin: 20px 10px 0 0;
    text-align: right;
}

#top_right{
	float:right;
}

#price_area{
	border:2px solid #000000;
	width:272px;
	text-align:center;
	padding:10px 0px;
}

#top_menu{
	padding: 20px 40px 0px 40px;
}

#top_menu a:link, #top_menu a:visited, #top_menu a:active{
	text-decoration:none;
	font-size:30px;
}
#top_menu a:hover{
	text-decoration:none;
}

.heading{
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 20px 0px;
}

.big_font{
	font-size:18px;
	font-weight:bold;
}

.total{
	margin: 20px 0 0 185px;
	font-size:18px;
	font-weight:bold;
}

.order_info_left{
	float:left;
	width:500px;
}

.order_info_right{
	float:right;
}

.shipping_address_item{
	float:left;
	width:200px;
}