@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #F8F8F8;
}
.clear {
	clear: both;
}
.whitebg {
	background-color: #FFF;
}


#container {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DDD;
	padding: 5px;
	background-color: #FFF;
	margin-bottom: 20px;
}
#rounded_top {
	background-image: url(../images/rounded_top.jpg);
	height: 6px;
	width: 807px;
	margin-top: -6px;
	margin-left: -6px;
}
#rounded_bottom {
	background-image: url(../images/rounded_bottom.jpg);
	height: 7px;
	width: 807px;
	margin-left: -6px;
	position: absolute;
}


#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 10px;
}
#header #home {
	float: left;
	height: 50px;
	width: 296px;
}
#header #cart {
	float: left;
	width: 250px;
	margin-left: 60px;
	padding-top: 8px;
	font-size: 10px;
}
#header #cart img {
	margin-right: 10px;
}

#header #cart #actions {
	font-size: 9px;
	color: #CCC;
	margin-top: 3px;
}
#header #cart #actions a {
	color: #CCC;
	text-decoration: none;
}
#header #cart #actions a:hover {
	color: #F00;
	text-decoration: underline;
}




#header #SearchForm {
	float: right;
	margin-top: 22px;
}
#header #SearchForm #search{
	width: 100px;
	font-size: 12px;
	margin-right: 0px;
}
#header #SearchForm #GoSearch {
	font-size: 12px;
}



.home:hover {
	cursor: pointer;
}

#breadcrumb {
	margin-bottom: 10px;
	background-color: #09F;
	margin-top: -5px;
	min-height: 1px;
}
#breadcrumb #content {
	padding: 3px;
	color: #FFF;
	font-size: 11px;
}
#breadcrumb #content a {
	color: #FFF;
	text-decoration: none;
}
#breadcrumb #content a:hover {
	text-decoration: underline;
}
#left , #right{
	float: left;
	width: 150px;
}


#left {
	margin-right: 20px;
}
.box_tab {
	background-color: #0060BF;
	color: #FFF;
	position: absolute;
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-image: url(../images/round_tab.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.box  {
	border: 1px solid #CCC;
	margin-top: 41px;
	margin-bottom: 20px;
}
.box#category , .box#new{
	margin-top: 21px;
}

.box .round_top {
	height: 5px;
	width: 150px;
	background-image: url(../images/rounded_narrow_top.jpg);
	margin-top: -1px;
	margin-left: -1px;
}
.box .round_bottom {
	background-image: url(../images/rounded_narrow_bottom.jpg);
	height: 8px;
	width: 150px;
	margin-bottom: -1px;
	margin-left: -1px;
}
.box ul  {
	margin-left: -30px;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.box ul li  {
	list-style-type: none;
	margin-left: 0px;
	padding: 3px;
}
.box ul li a  {
	text-decoration: none;
	color: #666;
}
.box ul li a:hover {
	color: #000;
}
.box ul li.active {
	font-weight: bold;
	background-color: #DFE7FF;
	margin-left: -10px;
	padding-left: 12px;
}
#best_buy ul , #new ul, #promo ul{
	margin-left: -15px;
}
#best_buy ul li , #new ul li, #promo ul li{
	list-style-type: circle;
	font-size: 10px;
}





#main {
	float: left;
	width: 455px;
	margin-right: 20px;
	min-height: 300px;
}
#product_list h2 {
	margin-top: 0px;
	color: #FFDFDF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDFDF;
	padding-bottom: 0px;
}

#product_list .product {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#product_list .product:hover {
	cursor: default;
}

#product_list .product img {
	float: left;
	margin-right: 10px;
}
#product_list .product .detail {
	float: left;
	width: 360px;
	font-size: 11px;
}
#product_list .product .detail .name {
	font-weight: bold;
	font-size: 12px;
}
#product_list .product .detail .name a {
	color: #000;
	text-decoration: none;
}
#product_list .product .detail .name a:hover {
	color: #F00;
}

#product_list .product .detail .sku_price {
	margin-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #039;
}
#product_list .product .detail .sku_price .sku {
	float: left;
}
#product_list .product .detail .sku_price .price {
	float: right;
}
#product_list .product .detail .brief {
	clear: both;
	padding-top: 3px;
}
#product_list .product .detail .buy {
	font-size: 10px;
	font-weight: bold;
}
.product_detail h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.product_detail #image {
	float: left;
	margin-right: 30px;
	font-size: 9px;
	color: #99D1FF;
	text-align: center;
}
.product_detail #image #ImgPop {
	position: absolute;
}
.product_detail #image img {
	border: none;
}
.product_detail #sku_price {
	float: left;
	font-weight: bold;
	color: #003399;
}
.product_detail #sku_price div {
	margin-bottom: 10px;
}
.product_detail #description {
	clear: both;
	padding-top: 30px;
	text-align: justify;
	margin-bottom: 50px;
}

table {
	background-color: #AAAAAA;
}
tr.header {
	background-color: #EEEEEE;
	font-weight: bold;
}
tr.row {
	background-color: #FFFFFF;
}
tr.row:hover {
	background-color: #F4F4FF;
}
#kurs       {
	font-size: 8px;
	background-color: #FFF;
	padding-bottom: 20px;
}
#kurs #loading_rates {
	text-align: center;
	height: 50px;
	width: 150px;
	margin-top: -83px;
	padding-top: 33px;
	background-image: url(../images/screen_white.png);
	background-repeat: repeat;
}

#shopping_cart {
	font-size: 11px;
}
#CartForm .price {
	width: 48px;
	text-align: right;
}
#CartForm .convert {
	color: #06C;
}
#CartForm #shopping_cart {
	margin-bottom: 3px;
}
#CartForm #note {
	font-size: 9px;
	color: #94A3C5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -25px;
}
#CartForm h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #666;
	margin-top: 30px;
}
#CartForm .customer {
	width: 300px;
}
#CartForm .error , #contact .error{
	font-size: 9px;
	color: #F00;
}
#CartForm #clone_address {
	font-size: 10px;
}

#ordered {
	text-align: center;
	line-height: 20px;
}
#contact .field {
	width: 275px;
}
#LiveSupport {
	font-size: 10px;
	color: #FF0000;
	margin-top: 20px;
	width: 149px;
}
#LiveSupport #content .spacer {
	height: 10px;
}
#LiveSupport #top {
	background-image: url(../images/support_top.gif);
	height: 24px;
	background-repeat: no-repeat;
}
#LiveSupport #content {
	background-image: url(../images/support_mid.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-bottom: 5px;
	line-height: 20px;
}
#LiveSupport #content .ym {
	margin-bottom: 3px;
}
#LiveSupport #content .pingbox_trigger  {
	text-decoration: none;
	color: #999;
	font-size: 9px;
}
#LiveSupport #content .pingbox_trigger:hover {
	text-decoration: underline;
	color: #F00;
}
#LiveSupport #content .trigger_gif {
	display: none;
}



#LiveSupport #bottom {
	background-image: url(../images/support_bottom.gif);
	height: 27px;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}

#pingbox {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -465px;
}
#pingbox_tab {
	height: 26px;
	width: 126px;
	background-image: url(../images/pingbox_tab.png);
	padding-top: 7px;
	padding-left: 10px;
}

#close_pingbox {
	cursor: pointer;

}
#thepingbox {
	background-color: #CCC;
	height: 300px;
	width: 450px;
	position: absolute;
}
#promote {
	border: 1px solid #CCC;
	padding: 5px;
	background-image: url(../images/promote.jpg);
	margin-top: 20px;
}

/* Easy Slider */

	#slider ul, #slider li
	   {
		margin:0;
		padding:0;
		list-style:none;
		}
#slider li  {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:435px;
	height:220px;
	overflow:hidden;
		}	
#slider li .product_detail {
	text-align: justify;
	font-size: 11px;
	color: #666;
}
#slider li .product_detail .prod_name {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
#slider li .product_detail .prod_name a {
	color: #930;
	text-decoration: none;
}
#slider li .product_detail .prod_name a:hover {
	color: #F00;
	text-decoration: underline;
}


#slider li img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#best_buy_icons_title , #promo_icons_title{
	margin-top: 50px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00;
}
#best_buy_icons , #promo_icons{
	margin-top: 2px;
	padding: 10px;
	border: 1px solid #CCC;
}
#best_buy_icons img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#promo_icons .icon {
	float: left;
	margin: 10px;
	font-size: 9px;
	text-align: center;
}
#promo_icons .icon .original {
	color: #666;
	text-decoration: line-through;
}
#promo_icons .icon .discount {
	color: #F00;
}


.paging {
	font-size: 10px;
	color: #9197A2;
	margin-bottom: 5px;
}

























#footer {
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-top: 50px;
}
.discount {
	color: #F00;
}
#office {
	text-align: center;
	margin-top: 80px;
}
#captcha {
	background-color: #FFF;
}
#about_content {
	line-height: 20px;
	text-align: justify;
}
#grahamedia {
	background-image: url(../images/grahamedia.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 150px;
	cursor: pointer;
}

