@charset "utf-8";
/* CSS Document */

html, body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	}
.clear_both{
	clear:both;
	}
.standart-font{
	font-family: 'PT Sans';
	font-size:14px;
	}
.standart-font a{
	color:#20ADAB;
	}
.margin-top{
	margin-top:25px;
	}
.padding-25{
	padding:25px;
	}

.header-blackline{
	background:#222222;
	width:100%;
	height:35px;
	color:#FFF;
	font-family: 'PT Sans';
	font-size:14px;
	}
.header-blackline-block{
	width:1000px;
	}
.header-blackline-block-left{
	width:500px;
	float:left;
	text-align:left;
	padding:7px 0;
	}
.header-blackline-block-right{
	width:500px;
	float:left;
	text-align:right;
	padding:7px 0;
	}
.header-blackline-block-right a{
	color:#FFF;
	text-decoration:none;
	}
.header-blackline-block-right a:hover{
	text-decoration:underline;
	}
.header-main{
	background:url(/wa-apps/shop/themes/suptoys/images/graybgvectors.gif);
	width:100%;
	height:150px;
	}
.header-main-table{
	width:1000px;
	display:inline-table;
	}
.header-main-row{
	width:1000px;
	display:table-row;
	}
.header-main-col{
	display:table-cell;
	vertical-align:bottom;
	height:150px;
	}
.header-main-shopname{
	padding-bottom:25px;
	}
.header-main-shopname-bold h1{
	font-family: 'PT Sans';
	font-size:26px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:5px;
	}
.header-main-shopname-bold h1 a{
	color:#000;
	text-decoration:none;
	}
.header-main-shopname-bold h1 a:hover{
	text-decoration:underline;
	}
.header-main-shopname-small{
	width:335px;
	}
.header-main-shopname-small b{
	font-family: 'PT Sans';
	font-size:14px;
	color:#666666;
	font-weight:lighter;
	}
.header-main-phone-icon{
	height:60px;
	width:60px;
	background:url(/wa-apps/shop/themes/suptoys/images/phone_icon.png) no-repeat;
	margin:0 15px -15px 15px;
	cursor:pointer;
	}
.header-main-cart-icon{
	height:60px;
	width:60px;
	background:url(/wa-apps/shop/themes/suptoys/images/cart_icon.png) no-repeat;
	margin:0 15px -15px 15px;
	cursor:pointer;
	}
.header-main-phone{
	padding-bottom:25px;
	}
.header-main-phone-title{
	font-family: 'PT Sans';
	font-size:24px;
	font-weight:normal;
	}
.header-main-phone-number{
	font-family: 'PT Sans';
	font-size:24px;
	color:#666666;
	font-weight:normal;
	}
.header-main-phone-text{
	font-family: 'PT Sans';
	font-size:16px;
	color:#666666;
	font-weight:normal;
	}
.header-main-cart{
	padding-bottom:25px;
	font-family: 'PT Sans';
	}

.navigation-main{
	clear:both;
	display:inline-block;
	padding:0;
	margin:25px 0;
	width:1000px;
	}
.navigation-main li{
	display:inline-block;
	float:left;
	padding:0 40px 0 30px;
	line-height:24px;
	margin:0;
	font-family: 'PT Sans';
	font-size:16px;
	font-weight:normal;
	}
.navigation-main li a{
	color:#000;
	text-decoration:none;
	}
.navigation-bullets-1{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-1.png) no-repeat;
	}
.navigation-bullets-2{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-2.png) no-repeat;
	}
.navigation-bullets-3{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-3.png) no-repeat;
	}
.navigation-bullets-4{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-4.png) no-repeat;
	}
.content{
	
	}
.content-inside{
	width:1000px;
	text-align:left;
	clear:both;
	}
.catgories-menu-header{
	background:url(/wa-apps/shop/themes/suptoys/images/bluebgvectors.gif) center;
	margin-bottom:1px;
	width:240px;
	}
.catgories-menu-header a{
	font-family: 'PT Sans';
	font-size:18px;
	color:#36779A;
	text-decoration:none;
	display:inline-block;
	margin:10px;
	height:30px;
	}
.catgories-menu-tree{
	font-family: 'PT Sans';
	font-size:16px;
	font-weight:normal;
	display:inline-block;
	width:250px;
	clear:both;
	padding:0;
	margin:0 0 20px 0;
	background:#FFF;
	}
.catgories-menu-tree ul{
	font-family: 'PT Sans';
	font-size:16px;
	font-weight:normal;
	display:inline-block;
	width:250px;
	clear:both;
	padding:0;
	margin:0;
	position:absolute;
	background:#FFF;
	}
.catgories-menu-tree li, .catgories-menu-tree li ul li{
	display:block;
	width:240px;
	clear:both;
	padding:0;
	margin:0;
	position:relative;
	/*border-bottom:1px #CCCCCC solid;
	background:#F2F2F2;*/
	background:#6CAACB;
	border-bottom:1px #95C6E0 solid;
	}
.catgories-menu-tree li ul{
	margin:0 0 0 -20px;
	border-left:1px #F9F9F9 solid;
	z-index:999999;
	}
.catgories-menu-tree li a{
	display:inline-block;
	color:#FFF;
	margin:5px 0;
	text-decoration:none;
	padding:10px 20px 10px 10px;
	}

.catgories-menu-tree .catgories-menu-tree-selected, .catgories-menu-tree .selected{
	border-left:3px #8CC751 solid;
	padding-left:10px;
	width:227px;
	background:##a0d5ed;
	color:#6CAACB;
	}

.catgories-menu-tree ul{
	display:none;
	position:absolute;
	left:240px;
	top:0;
	}

.home-topcols-left{
	clear:both;
	float:left;
	width:250px;
	}
.home-topcols-right{
	float:left;
	width:750px;
	}
.home-promo-title{
	clear:both;
	background:url(/wa-apps/shop/themes/suptoys/images/graybgvectors.gif) center;
	}
.home-promo-inside{
	width:1000px;
	text-align:left;
	clear:both;
	font-family: 'PT Sans';
	font-size:18px;
	padding:15px 0;
	}
.home-promo-inside span{
	display:inline-block;
	padding-left:30px;
	padding-right:25px;
	cursor:pointer;
	}
.home-promo-inside span a{
	color:#000;
	text-decoration:none;
	}
.home-promo-inside-bullet-1{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-1.png) no-repeat;
	}
.home-promo-inside-bullet-2{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-2.png) no-repeat;
	}
.home-promo-inside-bullet-3{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-3.png) no-repeat;
	}
.home-promo-inside-bullet-4{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-4.png) no-repeat;
	}
.home-promo-inside-bullet-1-disabled, .home-promo-inside-bullet-2-disabled, .home-promo-inside-bullet-2-disabled, .home-promo-inside-bullet-3-disabled{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-gray.png) no-repeat;
	color:#666;
	}
.home-promo-inside-bullet-2-disabled:hover{
	color:#000;
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-1.png) no-repeat;
	}
.home-promo-inside-bullet-2-disabled:hover{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-2.png) no-repeat;
	color:#000;
	}
.home-promo-inside-bullet-2-disabled:hover{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-3.png) no-repeat;
	color:#000;
	}
.home-promo-inside-bullet-2-disabled:hover{
	background:url(/wa-apps/shop/themes/suptoys/images/main-menu-bullet-4.png) no-repeat;
	color:#000;
	}
.home-promo-products h2{
	font-family: 'PT Sans';
	font-size:16px;
	text-align:center;
	font-weight:normal;
	min-height:50px;
	}
.home-promo-inside{
	width:1000px;
	}
.home-promo-products-item{
	width:180px;
	margin:0 10px 20px 10px;
	float:left;
	}
.home-promo-products-item a{
	color:#000;
	text-decoration:none;
	}
.home-promo-products-item a:hover{
	color:#444;
	text-decoration:underline;
	}
.home-promo-products-photo{
	text-align:center;
	min-height:100px;
	}
.home-promo-products-price{
	text-align:center;
	font-family: 'PT Sans';
	font-size:28px;
	margin-bottom:15px;
	}
.home-promo-products-price-font-1{
	color:#FFC42C;
	}
.home-promo-products-price-font-2{
	color:#20ADAB;
	}
.home-promo-products-price-font-3{
	color:#F58FAA;
	}
.home-promo-products-price-font-4{
	color:#8CC751;
	}

.product-addtocart_button{
	background:none;
	border:none;
	padding:0;
	margin:0;
	line-height:24px;
	font-family: 'PT Sans';
	font-size:24px;
	color:#FFC500;
	cursor:pointer;
	}
.addtocart_button{
	background:none;
	border:none;
	padding:0;
	margin:0;
	line-height:24px;
	font-family: 'PT Sans';
	font-size:18px;
	color:#FFC500;
	cursor:pointer;
	}
.added2cart{
	text-align:center;
	}
.added2cart a{
	font-family: 'PT Sans';
	font-size:14px;
	color:#8CC751;
	}
	
.icon-shopping-cart-24{
	display:inline-block;
	height:24px;
	width:24px;
	background:url(/wa-apps/shop/themes/suptoys/images/cart_icon_24.png) center no-repeat;
	}

.footer{
	background:url(/wa-apps/shop/themes/suptoys/images/graybgvectors.gif);
	width:100%;
	height:200px;
	clear:both;
	text-align:center;
	}
.footer-inside{
	width:1000px;
	text-align:left;
	}
.footer-inside-navigation{
	clear:both;
	float:left;
	height:50px;
	}
.footer-inside-navigation a{
	float:left;
	display:inline-block;
	padding:10px 20px;
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	font-weight:bold;
	}
.footer-inside-navigation span{
	float:left;
	display:inline-block;
	padding:10px 10px;
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	}
.footer-inside-bottom{
	clear:both;
	width:1000px;
	float:left;
	height:150px;
	}
.footer-inside-bottom-row{
	float:left;
	width:333px;
	}
.footer-copyrights{
	font-family: 'PT Sans';
	font-size:14px;
	color:#999;
	padding-left:25px;
	padding-top:20px;
	}
.footer-followus b{
	display:block;
	clear:both;
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	padding-left:15px;
	padding-top:20px;
	padding-bottom:10px;
	margin:0;
	}
.footer-followus a{
	display:inline-block;
	clear:both;
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	padding-left:15px;
	}
.footer-contactus-title{
	display:block;
	clear:both;
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	padding-top:20px;
	padding-bottom:10px;
	margin:0;
	}
.footer-contactus-contact{
	display:block;
	clear:both;
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	margin:0;
	padding-bottom:10px;
	}
.footer-contactus-contact a{
	color:#000;
	}

.category-left, .product-left, .cart-left{
	width:250px;
	float:left;
	min-height:500px;
	}
.category-right, .product-right, .cart-right{
	width:740px;
	float:left;
	margin-left:10px;
	}
.category-name{
	font-family: 'PT Sans';
	font-size:18px;
	color:#000;
	display:block;
	padding:0;
	margin:0;
	}
.category-subcategories{
	display:block;
	padding:0;
	margin:10px 0;
	}
.category-subcategories li{
	display:inline-block;
	font-family: 'PT Sans';
	font-size:14px;
	}
.category-subcategories li a{
	color:#000;
	text-decoration:none;
	}
.category-subcategories li a:hover{
	text-decoration:underline;
	}
.category-products{
	margin:15px 0;
	}
.category-products-item{
	float:left;
	width:244px;
	text-align:center;
	border:1px #F2F2F2 solid;
	min-height:250px;
	}
.category-products-item:hover{
	border:1px #666666 solid;
	}
.category-products-item-image{
	display:block;
	min-height:200px;
	margin:25px 0;
	}
.category-products-item-image img{
	border:none;
	}
.home-promo-products-price-compare{
	display:block;
	font-family: 'PT Sans';
	font-size:14px;
	color:#666;
	}
.category-products-item-name{
	display:block;
	color:#000;
	font-family: 'PT Sans';
	font-size:14px;
	text-decoration:none;
	padding:0 10px;
	min-height:60px;
	}
.category-products-item-name:hover{
	text-decoration:underline;
	}
.category-products-item-outofstock{
	text-align:center;
	font-family: 'PT Sans';
	font-size:14px;
	padding:0 0 25px 0;
	}
.category-products-navigation{
	display:block;
	clear:both;
	margin:20px 0;
	}
.category-products-navigation li{
	display:inline-block;
	font-family: 'PT Sans';
	font-size:14px;
	}
.category-products-navigation li a{
	color:#000;
	}
.category-products-item-cart{
	padding:0 0 25px 0;
	}
.category-products-navigation-pages li{
	padding:0 10px;
	}
.category-products-description{
	font-family: 'PT Sans';
	font-size:14px;
	clear:both;
	margin:15px 0;
	}
.product-breadcrumbs a, .cart-breadcrumbs a{
	color:#000;
	font-family: 'PT Sans';
	font-size:14px;
	}
.product-cart{
	clear:both;
	}
.product-image{
	width:400px;
	float:left;
	}
.product-images-item-current{
	border-bottom:3px solid #F58FAA;}
.product-info{
	width:320px;
	float:left;
	margin-left:10px;
	}
.product-info h1{
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	}
.product-sku{
	display:block;
	color:#666666;
	font-family: 'PT Sans';
	font-size:14px;
	}
.product-rating{
	}

.product-images{
	margin:15px 0;
	}
.product-images-item{
	float:left;
	margin:5px 10px;
	}
.product-price-block{
	font-family: 'PT Sans';
	font-size:16px;
	}
.product-price{
	text-align:center;
	font-family: 'PT Sans';
	font-size:28px;
	margin-bottom:15px;
	color:#8CC751;
	}
.product-compare_price{
	display:block;
	font-family: 'PT Sans';
	font-size:16px;
	color:#666666;
	margin-left:45px;
	}
.product-categories, .product-categories a{
	font-family: 'PT Sans';
	font-size:14px;
	color:#666666;
	}
.product-compare a{
	font-family: 'PT Sans';
	font-size:14px;
	color:#20ADAB;
	}
.product-summary{
	display:block;
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	}
.product-services{
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	}
.product-features{
	font-family: 'PT Sans';
	font-size:14px;
	color:#000;
	margin-bottom:15px;
	}
.product-features a{
	color:#FFC42C;
	}
.select_input{
	width:30px;
	height:24px;
	margin:0;
	}
.dec, .inc{
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align: middle;
	}
.dec{
	background:url(/wa-apps/shop/themes/suptoys/images/minus-16.png) bottom no-repeat;
	}
.inc{
	background:url(/wa-apps/shop/themes/suptoys/images/plus-16.png) no-repeat;
	}
.product-addtocart{
	display:inline-block;
	margin-left:15px;
	}
.select_quantity{
	display:inline-block;
	}
.product-cart-block{
	margin:15px 0;
	font-family: 'PT Sans';
	font-size:14px;
	}
.product-tags, .product-tags a{
	color:#999;
	font-family: 'PT Sans';
	font-size:14px;
	}
.product-tabs span{
	margin-right:25px;
	}
#product-features-table{
	font-family: 'PT Sans';
	font-size:14px;
	margin:15px;
	}
#product-features-table td{
	border-top:1px solid #999;
	padding:10px;
	}
.cart-title h3{
	font-family: 'PT Sans';
	font-size:18px;
	}
.cart-item{
	clear:both;
	border-top:1px solid #999;
	padding:10px 0;
	}
.cart-item-preview{
	display:block;
	float:left;
	width:96px;
	text-align:center;
	}
.cart-item-description{
	float:left;
	width:420px;
	margin-left:10px;
	font-family: 'PT Sans';
	font-size:14px;
	}
.cart-item-description a{
	color:#20ADAB;
	font-size:16px;
	}
.cart-select_quantity{
	float:left;
	width:80px;
	vertical-align:middle;
	padding-top:25px;
	margin-left:10px;
	}
.cart-price{
	float:left;
	font-family: 'PT Sans';
	font-size:14px;
	padding-top:30px;
	margin-left:10px;
	width:80px;
	}
.cart-delete{
	float:left;
	padding-top:30px;
	margin-left:10px;
	}
.pink-delete{
	width:24px;
	height:24px;
	background:url(/wa-apps/shop/themes/suptoys/images/del-24.png) no-repeat;
	display:block;
	}
.cart-total-price{
	clear:both;
	text-align:right;
	font-family: 'PT Sans';
	font-size:14px;
	padding-top:15px;
	}
.cart-total-price span{
	font-size:16px;
	font-weight:bold;
	}
.cart-checkout{
	clear:both;
	text-align:right;
	padding-top:15px;
	padding-bottom:25px;
	}
.cart-checkout-button{
	border:none;
	background:#11A7A5;
	font-family: 'PT Sans';
	font-size:14px;
	padding:10px 20px;
	color:#FFF;
	cursor:pointer;
	}
.cart-checkout-button:hover{
	background:#15CECC;
	}
#product_main_image{
	position:relative;
	margin:15px 0;
	}
.badge{
	position:absolute;
	top:200px;
	width:80px;
	height:80px;
	}
.badge span{
	display:block;
	padding:35px 0 0 0;
	text-align:center;
	font-family: 'PT Sans';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	}
.low-price{
	background:url(/wa-apps/shop/themes/suptoys/images/low-price.png) no-repeat;
	}
.bestseller{
	background:url(/wa-apps/shop/themes/suptoys/images/bestseller.png) no-repeat;
	}
.new{
	background:url(/wa-apps/shop/themes/suptoys/images/badge.png) no-repeat;
	}
	
.deal_of_the_day{
	
	}

.deal_of_the_day-title{
	background:url(/wa-apps/shop/themes/suptoys/images/graybgvectors.gif) center;
	}
.deal_of_the_day-title span{
	font-family: 'PT Sans';
	font-size:24px;
	font-weight:bold;
	display:inline-block;
	height:30px;
	margin:10px;
	color:#222;
	}
.deal_of_the_day-main{
	width:500px;
	float:left;
	}
.deal_of_the_day-other{
	width:250px;
	float:left;
	}
.deal_of_the_day-main-img{
	text-align:center;
	margin:10px;
	}
.deal_of_the_day-main-title{
	display:block;
	text-align:center;
	padding:0;
	margin:0;
	}
.deal_of_the_day-main-title a{
	font-family: 'PT Sans';
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	}
.deal_of_the_day-main-h2-1{
	color:#FFC42C;
	}
.deal_of_the_day-main-h2-2{
	color:#20ADAB;
	}
.deal_of_the_day-main-h2-3{
	color:#F58FAA;
	}
.deal_of_the_day-main-h2-4{
	color:#8CC751;
	}
.deal_of_the_day-main-product_summary{
	font-family: 'PT Sans';
	font-size:16px;
	text-align:center;
	margin-top:10px;
	padding:0 50px;
	}
.deal_of_the_day-main-bottom{
	margin-top:15px;
	width:500px;
	}
.deal_of_the_day-main-bottom-left{
	float:left;
	width:200px;
	text-align:left;
	margin-left:50px;
	}
.deal_of_the_day-main-bottom-rigth{
	float:left;
	width:200px;
	text-align:right;
	}
.deal_of_the_day-main-price{
	font-family: 'PT Sans';
	font-size:28px;
	margin-bottom:15px;
	}
.deal_of_the_day-other-item{
	margin:10px 0;
	clear:both;
	float:left;
	}
.deal_of_the_day-other-item-title{
	font-family: 'PT Sans';
	font-size:14px;
	text-align:center;
	display:block;
	margin:5px 0;
	}
.deal_of_the_day-other-img{
	width:110px;
	float:left;
	}
.deal_of_the_day-other-right{
	float:left;
	}
.deal_of_the_day-other-price{
	font-family: 'PT Sans';
	font-size:18px;
	margin:10px 0;
	}
.home-lowprice{
	clear:both;
	}
.home-lowprice-title{
	background:url(/wa-apps/shop/themes/suptoys/images/graybgvectors.gif) center;
	}
.home-lowprice-title span{
	font-family: 'PT Sans';
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	height:25px;
	margin:10px;
	color:#222;
	}
.home-lowprice-products-item{
	width:130px;
	margin:10px;
	float:left;
	}
.home-lowprice-products-name{
	text-align:center;
	}
.home-lowprice-products-name a{
	font-family: 'PT Sans';
	font-size:14px;
	text-decoration:none;
	color:#000;
	}
.home-lowprice-products-img{
	text-align:center;
	margin:5px 0;
	height:100px;
	overflow:hidden;
	}
.home-lowprice-products-price{
	font-family: 'PT Sans';
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	}
.home-lowprice-products-price-compare{
	font-family: 'PT Sans';
	font-size:14px;
	color:#666;
	text-align:center;
	height:20px;
	}
#header-search{
	vertical-align:baseline;
	margin: 0;
	
}
.search_button{
	margin: 0 0 0 5px;
	padding: 0;
	height: 24px;
	width:24px;
	line-height: 24px;
	outline: 0;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	box-sizing: content-box;
	border:none;
	background:#FFF;
	border-radius: 4px;
	}
#header-search input {
	width: 160px;
	padding: 4px 0;
	border: #d8d8d8 1px solid;
	color: #989898;
	margin: 0;
	border-radius: 4px;
	vertical-align: top;
	}
.icon-search_button{
	display:block;
	margin:0;
	padding:0;
	background:url(/wa-apps/shop/themes/suptoys/images/search_icon.png) center no-repeat;
	height:24px;
	width:24px;
	}
.category-products-item-badge{
	position:absolute;
	}
.category-products-item-badge .badge{
	top:40px;
	}
	
.product-content-title{
	clear:both;
	background:url(/wa-apps/shop/themes/suptoys/images/graybgvectors.gif) center;
	}
.product-content-inside{
	text-align:left;
	clear:both;
	font-family: 'PT Sans';
	font-size:18px;
	padding:15px 0;
	}
.product-content-inside span{
	display:inline-block;
	padding-left:30px;
	padding-right:25px;
	cursor:pointer;
	}
.product-upcross-item{
	width:230px;
	margin:10px;
	float:left;
	}
.product-upcross-name{
	text-align:center;
	}
.product-upcross-name a{
	font-family: 'PT Sans';
	font-size:14px;
	text-decoration:none;
	color:#000;
	}
.product-upcross-img{
	text-align:center;
	margin:5px 0;
	height:100px;
	overflow:hidden;
	}
.product-upcross-price{
	font-family: 'PT Sans';
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	}
#product-related-block h3{
	font-family: 'PT Sans';
	font-size:16px;
	}
.home-blog-latest_posts{
	width:1000px;
	}
.home-blog-latest_posts-item{
	width:318px;
	border:#333 1px solid;
	float:left;
	margin:10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/wa-apps/shop/themes/suptoys/css/border-radius.htc);
	font-family: 'PT Sans';
	}
.home-blog-latest_posts-item-margin{
	margin:10px 20px;
	}
.home-blog-latest_posts-item-h3{
	padding:0;
	font-size:18px;
	line-height:18px;
	display:block;
	margin:10px 10px 0 10px;
	}
.home-blog-latest_posts-item-p{
	display:block;
	margin:10px;
	font-size:14px;
	text-align:justify;
	}
.home-blog-latest_posts-item-a{
	margin-bottom:10px;
	text-align:left;
	margin-left:10px;
	}
.home-blog-latest_posts-item-a a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}

.blog-background{
	background:url(/wa-apps/shop/themes/suptoys/images/blog-background.jpg) center fixed;
	padding:25px 0;
	border-top:2px #63A8CD solid;
	border-bottom:2px #63A8CD solid;
	}
.blog-white-background{
	background:#FFF;
	}
.blog-stream{
	font-family:"PT sans";
	}
.blog-stream-post{
	padding:25px;
	}
.blog-stream-post:hover{
	background:#F2F2F2;
	}
.blog-stream-post h3{
	margin:0;
	padding:0;
	font-size:18px;
	line-height:18px;
	display:block;
	margin:10px 0;
	}
.blog-stream-post h3 a{
	color:#20ADAB;
	text-decoration:none;
	}
.blog-stream-text{
	font-size:14px;
	}
.blog-stream-post-datetime{
	font-size:12px;
	}
.blog-stream-h1{
	display:block;
	padding:25px 25px 0 25px;
	font-size:24px;
	line-height:24px;
	}

.blog-navigation{
	display:block;
	margin:25px;
	padding:0;
	}
.blog-navigation li{
	display:inline-block;
	height:35px;
	font-family:"PT sans";
	font-size:18px;
	line-height:35px;
	text-align:center;
	width:35px;
	background:#666;
	}
.blog-navigation li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	height:35px;
	width:35px;
	}
.blog-navigation li:hover, .blog-navigation li a:hover{
	background:#F2F2F2;
	color:#666;
	}
.blog-navigation-selected{
	background:#666 url(/wa-apps/shop/themes/suptoys/images/blog-nav-sel.png) no-repeat;
	}

.blog-back{
	background: #eee;
	width:120px;
	}
.blog-back a{
	color: #777;
	font-size:12px;
	padding:5px;
	display:block;
	text-decoration:none;
	}

.compare-table{
	font-family:"PT sans";
	font-size:14px;
	}

.border-color-1{
	border-color:#FFC42C;
	}
.border-color-2{
	border-color:#20ADAB;
	}
.border-color-3{
	border-color:#F58FAA;
	}
.border-color-4{
	border-color:#8CC751;
	}
.arrow-right{
	display:inline-block;
	height:12px;
	width:7px;
	}
.arrow-right-1{
	background:url(/wa-apps/shop/themes/suptoys/images/arrow-right-1.png) no-repeat center;
	}
.arrow-right-2{
	background:url(/wa-apps/shop/themes/suptoys/images/arrow-right-2.png) no-repeat center;
	}
.arrow-right-3{
	background:url(/wa-apps/shop/themes/suptoys/images/arrow-right-3.png) no-repeat center;
	}
.arrow-right-4{
	background:url(/wa-apps/shop/themes/suptoys/images/arrow-right-4.png) no-repeat center;
	}
.upselling_crossselling-h3{
	font-family:"PT sans";
	font-size:16px;
	}
	
.icon16-rating {
  background-image: url("/wa-apps/shop/themes/suptoys/images/icons.png");
  width: 16px;
  height: 16px;
  float: left;
}
.icon16-rating.star,
.icon16-rating.star-full {
  background-position: -16px 0;
  margin-right: 10px;
}
.icon16-rating.star-half {
  background-position: -32px 0;
  margin-right: 10px;
}
.icon16-rating.star-empty {
  background-position: -48px 0;
  margin-right: 10px;
}
.icon16-rating.star-hover {
  background-position: -64px 0;
  margin-right: 10px;
}
.icon16 {
  background-image: url("/wa-apps/shop/themes/suptoys/images/icons.png");
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon16.star,
.icon16.star-full {
  background-position: -16px 0;
  margin-right: 10px;
}
.icon16.star-half {
  background-position: -32px 0;
  margin-right: 10px;
}
.icon16.star-empty {
  background-position: -48px 0;
  margin-right: 10px;
}
.icon16.star-hover {
  background-position: -64px 0;
  margin-right: 10px;
}
.icon10 {
  background-image: url("/wa-apps/shop/themes/suptoys/images/icons.png");
  display: inline-block;
  width: 10px;
  height: 10px;
}
.icon10.star,
.icon10.star-full {
  background-position: 0 -16px;
}
.icon10.star-half {
  background-position: -10px -16px;
}
.icon10.star-empty {
  background-position: -20px -16px;
}

.checkout_steps{
	display:block;
	padding:0;
	margin:0;
	}
.checkout_steps li{
	display:inline-block;
	padding:0;
	border-right:1px solid #FFF;
	margin:0;
	}
.checkout_steps li a{
	display:block;
	padding:10px;
	text-decoration:none;
	}
.checkout_steps-noupcoming{
	background:#20ADAB;
	}
.checkout_steps-noupcoming a{
	color:#FFF;
	}
.checkout_steps-upcoming{
	background:#F2F2F2;
	}
.checkout_steps-upcoming a{
	color:#20ADAB;
	}
.checkout-steps-alert{
	padding:25px;
	}
.checkout_payment_methods-gray{
	color:#999;
	}
.hr-style-2{
	border:1px solid #F2F2F2;
	}
.checkout_steps-notauth{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	}
.checkout_steps-notauth li{
	display:inline-block;
	margin:20px;
	padding:0;
	}
.wa-form{
	display:table;
	}
.wa-field{
	display:table-row;
	}
.wa-name, .wa-value{
	display:table-cell;
	padding:10px;
	}
.wa-value .field span{
	display:block;
	padding:10px 0 5px 0;
	}
.checkout_shipping_methods-ul{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	}
.checkout_shipping_methods-hint{
	color:#999;
	font-size:14px;
	}
.checkout_confirmation-table tbody > tr:nth-child(odd) > td, .checkout_confirmation-table > tr:nth-child(odd) > th {
	background-color:#f9f9f9;
}
/*
     */
/*
*/