/* Team Sport CSS Document */ /* ---------------------- */
	/* RESET STYLESHEET ----- */ /* ---------------------- */
	/* http://meyerweb.com/eric/tools/css/reset/ */ /* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* ---------------------- */ /* TEAM SPORT STYLESHEET  */
	/* ---------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main_wrapper {
	width: 960px;
	margin: 0 auto;
}

a {
	color: #3b3b3b;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

/* TOP 
--------------------------------------------------------------- */
.main_wrapper .contact {
	padding: 20px 15px;
	color: #a90000;
	float:right;
	font-size: 18px;	
}

.main_wrapper .contact .skype {
	margin-top:5px;
	color: #a90000;
	text-align:center;	
	font-size: 12px;	
}

.main_wrapper .contact .skype img{
	margin-top:2px;	
}

.top .logo {
	float: left;
}

.top .banner_ad {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

.lang {
	float: right;
	margin: 66px 10px 0 0;
}

.lang li {
	float: left;
	border-right: 1px solid #39afec;
	padding: 0 6px;
}

.lang .last {
	border-right: none;
	padding-right: 0px;
}

/* TOP PANEL
--------------------------------------------------------------- */
.top_panel {
	background: #4569d7 url(../images/top_left.jpg) top left no-repeat;
}

.top_panel .container {
	background: url(../images/top_right.jpg) top right no-repeat;
	height: 64px;
}

.hor_menu {
	background: url(../images/top_pan_b_stretch.jpg) top repeat-x;
	clear:both;
}

.hor_menu .left_bg {
	background: url(../images/top_pan_b_left.jpg) left top no-repeat;
}

.hor_menu .right_bg {
	background: url(../images/top_pan_b_right.jpg) right top no-repeat;
}

.hor_menu .container {
	height: 45px;
}

/* SEARCH
--------------------------------------------------------------- */
#search {
	position: absolute;
	margin: 20px 0 0 400px;
	display: inline;
}

#search .input_text {
	float: left;
	margin-right: 6px;
	width: 200px;
}

#search select {
	float: left;
	height: 22px;
	margin-right: 6px;
	width: 115px;
}

#search .search_submit_holder {
	float: left;
	width: 65px;
	background: url(../images/search_btn.jpg) no-repeat;
}

#search .search_input_submit {
	float: left;
	width: 65px;
	height: 22px;
	color: #373737;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	border: 0;
}

/* TOP MENU
--------------------------------------------------------------- */
.top_menu {
	position: absolute;
	/*margin:0 0 0 10px;*/
}

.top_menu li {
	float: left;
	margin-right: 2px;
}

.top_menu li a img {
	position: absolute;
	margin-left: -30px;
	margin-top: -4px;
}

.top_menu li a {
	display: block;
	float: left;
	text-decoration: none;
}

.top_menu li a span {
	color: #808080;
	text-decoration: none;
	display: block;
	padding: 7px 15px 0 40px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	cursor: hand;
	height: 32px;
}

.top_menu li a:hover,.top_menu li.active a {
	background: url(../images/current_section_left.jpg) top left no-repeat;
}

.top_menu li a:hover span,.top_menu li.active a span {
	background: url(../images/current_section_right.jpg) top right no-repeat
		;
	color: #fff;
}

/* MAIN
--------------------------------------------------------------- */
.main {
	position: relative;
	padding: 0 190px;
}

.left_tab {
	width: 180px;
	position: absolute;
	left: 0;
}

* html .left_tab {
	margin-left: -190px;
}

.right_tab {
	width: 180px;
	position: absolute;
	right: 0;
	top: 0;
}

.mid_tab {
	
}

/* SIDE
--------------------------------------------------------------- */
* html .side_win {
	clear: both;
	margin-bottom: 5px;
}

.side_win .head {
	background: url(../images/side_head_left.jpg) left top no-repeat;
	background-color: #FFF;
}

.side_win .head div {
	background: url(../images/side_head_right.jpg) right top no-repeat;
}

.side_win .head div,.side_win_2 .head div {
	font-size: 15px;
	color: #a90000;
	text-decoration: none;
	padding: 9px 20px 5px 12px;
}

.side_win .head a {
	font-size: 15px;
	color: #a90000;
	text-decoration: none;
	padding: 9px 20px 5px 12px;
}

.side_win .head img {
	position: absolute;
	margin: -4px 0 0 0px;
	left: 144px;
	*margin-top:5px; /* targets IE6 and 7 */
	
}
* html .side_win .head img { margin-top:5px; }
.side_win {
	padding: 0 0 5px 0;
}

.side_win .container {
	border: 1px solid #bfbfbf;
	border-bottom: 0;
}

.side_win .footer {
	background: url(../images/side_white_b_l.jpg) bottom left no-repeat;
	font-size: 0;
	line-height: 0;
	margin-left: 0;
	width: 180px;
}

.side_win .footer div {
	background: url(../images/side_white_b_r.jpg) bottom right no-repeat;
	font-size: 0;
	line-height: 0;
	height: 5px;
	width: 180px;
}

* html .side_win .footer {
	float: left;
}

.similar_product {
	background: #fff;
	border: 1px solid #bfbfbf;
	border-top: none;
	padding: 7px 0px 7px 7px;
}

.similar_product .name {
	color: #256ba3;
	font-size: 12px;
	font-weight: bold;
}

.similar_product .name:hover {
	text-decoration: none
}

.similar_product .pic {
	float: left;
	padding: 10px 0px 0px 6px;
}

.similar_product .pic img {
	width: 50px;
	padding: 1px;
	border: 1px solid #dfdfdf;
}

.similar_product .price {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	font-size: 18px;
	text-align: right;
	color: #bc0404;
}

.similar_product .old_price {
	color: #636363;
	font-size: 14px;
	text-decoration: line-through;
}

.similar_product .more {
	margin: 3px 0;
	position: relative;
	float: right;
	height: 22px;
	background: url(../images/more_03.jpg) no-repeat top right;
	text-decoration: none;
}

.similar_product .more span {
	padding: 2px 20px 0 10px;
	height: 22px;
	display: block;
	background: url(../images/more_01.jpg) no-repeat top left;
	height: 16px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}

* html .similar_product .more {
	width: 5px;
	white-space: nowrap;
}

.similar_product .more:hover span {
	text-decoration: underline;
	cursor: pointer;
}

/* SIDE MENU
--------------------------------------------------------------- */
.side_win .cat {
	background: url(../images/cat_bg.jpg) top left no-repeat;
	height: 10px;
	color: #505050;
	font-size: 11px;
	padding: 4px 20px;
	border-bottom: 1px solid #bfbfbf;
}

.side_win ul.menu {
	list-style-type: none;
	padding: 3px 0 5px;
}

.side_win ul.menu li {
	font-size: 0;
	line-height: 0;
}

.side_win ul.menu a {
	font-size: 12px;
	line-height: 12px;
	color: #6d6d6d;
	display: block;
	padding: 2px 10px 2px 20px;
	text-decoration: none;
}

.side_win ul.menu .sub a {
	padding-left: 10px;
	font-size: 12px;
	line-height: 12px;
	color: #6d6d6d;
	display: block;
	padding: 2px 10px 2px 20px;
	text-decoration: none;
}

.side_win ul.menu a:hover,.side_win ul li.active a {
	background: url(../images/menu_a.jpg) 5px 5px no-repeat;
}

.side_win ul.menu li.active a {
	font-weight: bold;
}

.side_win ul.brands {
	text-align: center;
}

.side_win ul.brands li {
	margin-bottom: 5px;
}

.right_tab .side_win ul.menu a {
	padding: 2px 0 2px 15px;
}

.right_tab .side_win ul.menu a:hover {
	background: url(../images/menu_a_2.jpg) 0 5px no-repeat;
}

/* MID
--------------------------------------------------------------- */
.breadcrumbs {
	margin-bottom: 10px;
	color: #043f7d;
}

.breadcrumbs td {
	border: 1px solid #dcdcdc;
	padding: 5px;
}

.breadcrumbs a {
	color: #666666;
}

.breadcrumbs a:hover {
	color: #666666;
	text-decoration: none;
}

.breadcrumbs img {
	margin: 0 3px;
}

.mid_win .head {
	background: #307cb8 url(../images/head2.jpg) bottom no-repeat;
	padding: 0 0 2px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.mid_win .head span{
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

.mid_win .head div {
	padding: 5px 12px;
	background: url(../images/head1.jpg) top no-repeat;
}

.mid_win .head a,
.mid_win .head a:visited {
	color:#fff;
	text-decoration:none;
}

.mid_win .container {
	padding-top: 3px;
	padding-bottom: 5px;
}

* html .mid_win .container {
	margin-left: -3px;
}

/* LOGIN
--------------------------------------------------------------- */
.right_tab .side_win .container {
	padding: 10px;
}

#login label {
	color: #545454;
	margin-bottom: 2px;
}

#login .input_text {
	width: 150px;
	background: #e6e6e6;
	border: 0;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #abadb3;
	margin: 2px 0 4px;
}

#login .input_submit, .input_submit {
	margin: 2px 0 0 5px;
}

* html #login .input_submit {
	margin-left: 2px;
}
* html .submit_holder2 .input_submit {
	margin-left: 2px;
}

#login .add_link {
	line-height: 16px;
}

#login .submit_holder, 
.submit_holder2 {
	float: right;
	background: url(../images/more.jpg) no-repeat top left;
	height: 16px;
	width: 100px;
	margin: 3px 3px 5px 0;
}
.submit_holder3{
	float: right;
	background: url(../images/more_01.jpg) no-repeat top left;
	height: 16px;
	margin: 3px 3px 5px 0px;
	width: 109px;
}
.submit_holder3 input{
	background: url(../images/more_03.jpg) no-repeat top right;
	height: 16px;
	margin: 0px;
	border: 0;
	height: 16px;
	color: #fff;
	width: 105px;
	font-size: 11px;
	
}

#login .submit_holder .input_submit, 
.submit_holder2 .input_submit {
	background: transparent;
	border: 0;
	height: 16px;
	color: #fff;
	width: 88px;
	font-size: 11px;
	text-align: left;
	margin-top: -2px;
}

html>body #login .submit_holder .input_submit { *
	margin-top: -1px; *
	margin-left: 6px;
}
html>body .submit_holder2 .input_submit { *
	margin-top: -1px; *
	margin-left: 10px;
}

td.example {
	color: #999;
	padding-left: 5px;
}

/* FULL CART
--------------------------------------------------------------- */
.alr {
	text-align: right
}

.alc {
	text-align: center
}

.all {
	text-align: left
}

.valm {
	vertical-align: middle
}

table.cart_full {
	width: 100%;
	margin: 10px 0;
}

.cart_full thead th {
	border-bottom: solid 2px #ccc;
	padding: 3px;
}

.cart_full tbody td {
	border-bottom: solid 1px #ccc;
	padding: 3px;
}

.cart_full img.very_small {
	width: 50px;
	vertical-align: middle;
}

.cart_full td.col,.car_full td.img {
	width: 15%;
}

.cart_full td.prod {
	width: 40%;
}

table.cart_sum {
	width: 200px;
	float: right;
}

.cart_sum th {
	padding: 5px;
	text-align: right;
	border-bottom: solid 1px #ccc;
}

.cart_sum td {
	padding: 5px;
	text-align: center;
	border-bottom: solid 1px #ccc;
}

.cart_full tfoot td {
	padding: 5px;
}

.cart_sum tr.sum,tr.sum td {
	color: #337BB6;
	font-size: 120%;
	font-weight: bolder;
}

.cart_info .indent {
	padding-left: 40px;
}

.cart_info .indent div {
	padding-bottom: 3px;
}

.cart_info .indent td.option {
	color: #545454;
	line-height: 18px;
	width: 150px;
}

.cart_info .indent td.option_wide {
	color: #545454;
	line-height: 18px;
	width: 300px;
}

.cart_info .indent td.option_wide img {
	vertical-align: middle;
	margin-right: 3px;
}


/* CART
--------------------------------------------------------------- */
.mini_cart table {
	width: 100%;
	margin-bottom: 5px;
}

.mini_cart th {
	text-align: left;
	padding: 2px;
	color: #256ba3;
}

.mini_cart td {
	vertical-align: top;
	color: #5b5b5b;
	padding: 2px;
	text-align: center;
}

.mini_cart td.img {
	width: 50px;
	padding: 1px;
	border: 1px solid #dfdfdf;
}

.mini_cart .names td {
	
}

.mini_cart span.small {
	line-height: 14px;
	font-size: 80%;
}

.mini_cart .sum {
	text-align: right;
	font-weight: bold;
	color: #256ba3;
}

.mini_cart img.very_small {
	width: 50px;
}

/* PRODUCTS
--------------------------------------------------------------- */
.product {
	width: 257px;
	min-height: 160px;
	float: left;
	padding: 12px;
	margin: 3px;
	border: 1px solid #dfdfdf;
}

* html .product {
	height: 60px;
}

.product .pic {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-right: 5px;
}

.product .pic img {
	padding: 1px;
	border: 1px solid #dfdfdf;
}

.product .name {
	width: 150px;
	margin-bottom: 3px;
}

.product .name span {
	
}

.product .price {
	float: right;
	font-size: 18px;
	text-align: right;
	padding-bottom: 5px;
	color: #bc0404;
}

.product .price .old_price {
	color: #636363;
	font-size: 14px;
	text-decoration: line-through;
}

.product .descr {
	padding-top: 10px;
	margin-left: 115px;
}

.product .name a {
	color: #ac0202;
	font-size: 14px;
	font-weight: bold;
}

.product .more_btn {
	margin-top: 5px;
	display: block;
	padding: 7px 40px 7px 7px;
	background: url(../images/more_btn.jpg) right center no-repeat;
	text-align: right;
	color: #01358b;
}

/* ERRORS
--------------------------------------------------------------- */
.errors {
	padding: 10px;
	color: #666666;
}

.errors h1 {
	border: 1px solid #c0c0c0;
	background: #FFBFBF;
	padding: 5px 6px 6px 6px;
	color: #ac0202;
	float: left;
	width: 520px;
}

.errors .print_2 {
	border: 1px solid #c0c0c0;
	display: block;
	float: right;
}

.errors .img {
	width: 200px;
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #c0c0c0;
}

* html .errors .img,* html .errors .info {
	margin-top: 0;
}

html>body .errors .img,html>body .errors .info { *
	margin-top: 0;
}

.errors .img_holder {
	text-align: center;
	padding: 8px 0 0 0;
	height: 220px;
}

.errors .img_holder img {
	border: 1px solid #ccc;
	padding: 1px;
}

.errors .img .add_img {
	text-align: center;
	margin: 2px 9px 9px 9px;
	border: 1px solid #cacaca;
	padding: 2px;
}

/* NOTICESES 
--------------------------------------------------------------- */
.notice {
	padding: 10px;
	color: #666666;
}

.notice h1 {
	border: 1px solid #c0c0c0;
	background: #BFFFBF;
	padding: 5px 6px 6px 6px;
	color: #008F00;
	float: left;
	width: 520px;
}

.notice .print_2 {
	border: 1px solid #c0c0c0;
	display: block;
	float: right;
}

.notice .img {
	width: 200px;
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #c0c0c0;
}

* html .notice .img,* html .notice .info {
	margin-top: 0;
}

html>body .notice .img,html>body .notice .info { *
	margin-top: 0;
}

.notice .img_holder {
	text-align: center;
	padding: 8px 0 0 0;
	height: 220px;
}

.notice .img_holder img {
	border: 1px solid #ccc;
	padding: 1px;
}

.notice .img .add_img {
	text-align: center;
	margin: 2px 9px 9px 9px;
	border: 1px solid #cacaca;
	padding: 2px;
}

/* PRODUCT INFO
--------------------------------------------------------------- */
.product_info {
	padding: 10px;
	color: #666666;
}

.product_info .info {
	
	width: 300px;
	float: right;
	margin-top: 10px;
	padding-top: 10px;
}

.product_info .help_info {
	clear:both;
	margin-top: 10px;
	padding-top: 10px;
}

.product_info h1 {
	border: 1px solid #c0c0c0;
	background: #f3f4f3;
	padding: 5px 6px 6px 6px;
	color: #ac0202;
	float: left;
	width: 520px;
}

.product_info h1 a {
	color: #ac0202;
}

.product_info .print_2 {
	border: 1px solid #c0c0c0;
	display: block;
	float: right;
}

.product_info .img {
	width: 200px;
	margin: 10px 10px 10px 0;
	border: 1px solid #c0c0c0;
}



.product_info .img_holder {
	padding: 8px 0 0 0;
	height: 220px;
}

.product_info .img_holder #s4,.img_holder .image {
	margin: 0px 15px;
	text-align: center;
}

.product_info .img_holder img {
	border: 1px solid #ccc;
	padding: 1px;
}

.product_info .img .add_img {
	text-align: center;
	margin: 2px 9px 9px 9px;
	border: 1px solid #cacaca;
	padding: 2px;
}

.product_info .input {
	margin-bottom: 4px;
}

.product_info .input label {
	margin-right: 10px;
}

.product_info .attention {	color: #bc0404; }
.product_info .attention span {	font-weight: bold; }


#nav {
	
	height: 20px;
	text-align: center;
	margin: 2px 9px 9px 9px;
	border: 1px solid #cacaca;
	padding: 2px;
}

#nav a {
	background: #cacaca;
	display: block;
	float: left;
	padding: 4px 5px;
	margin-right: 2px;
	text-decoration: none;
}

#nav a.activeSlide {
	background: #0069e1;
	color: #fff;
}

.product_info .img .add_img a {
	background: #cacaca;
	display: block;
	float: left;
	padding: 3px 5px;
	margin-right: 2px;
	text-decoration: none;
}

.product_info .img .add_img a:hover,.product_info .img .add_img a.active
	{
	background: #0069e1;
	color: #fff;
}



.product_info .price {
	color: #990000;
	font-size: 14px;
}

.product_info .price span {
	font-weight: bold;
	font-size: 18px;
}

.product_info .price span.small {
	font-weight: bold;
	font-size: 10px;
}

.product_info .old_price {
	font-size: 14px;
}

.product_info .old_price span {
	font-weight: bold;
	text-decoration: line-through;
}

.product_info .brand {
	margin: 3px 0;
	font-size: 14px;
}

.product_info .brand span {
	font-weight: bold;
	font-size: 18px;
}

.product_info .descr {
	margin: 10px 0;
}

.product_info .info_buts a {
	display: block;
	width: 200px;
	border: 1px solid #fff;
	padding: 8px 10px 8px 30px;
	text-decoration: none;
}

.product_info .info_buts a:hover {
	border: 1px solid #cacaca;
}

.product_info .info_buts a.b1 {
	background: url(../images/inf.jpg) 4px 3px no-repeat;
}

.product_info .info_buts a.b2 {
	background: url(../images/phone.jpg) 4px 3px no-repeat;
}

.product_info .info_buts a.b3 {
	background: url(../images/check.jpg) 4px 3px no-repeat;
}

.product_info .forms {
	margin-top: 20px;
}

.product_info .forms .submit_holder {
	margin-top: 10px;
	width: 170px;
	height: 25px;
	background: url(../images/add_to_cart.jpg) top left no-repeat;
}

.product_info .forms .input_submit {
	width: 175px;
	background: transparent;
	border: 0;
	height: 23px;
	text-align: left;
	color: #fff;
	padding: 0 0 0 10px;
	cursor: pointer;
}

.product_info .fb_sahre {
	padding-top:20px;
	text-align:right;
}

/* FOOTER
--------------------------------------------------------------- */
.mid_tab .footer {
	border: 1px solid #bcbcbc;
	background: #f4f4f4;
	margin-bottom: 20px;
	padding: 20px;
}

.mid_tab .footer a {
	color: #666666;
}

.mid_tab .footer a:hover {
	color: #666666;
	text-decoration: none;
}

.mid_tab .footer .buts {
	float: right;
	position: relative;
	margin-top: -5px;
}

/* SLIDE
------------------------------------------------ */
.slide {
	background-color:red;
	width:600px;
	height: 300px;
	border: 1px solid #DCDCDC;
	color: #333;
	
}

.slide a {
	text-decoration: none;
	color: #fff;
}

.slide a:hover {
	text-decoration: underline;
}

.slide_buts {
	width: 126px;
	height: 34px;
	background: url(../images/slide_buts.jpg) no-repeat;
	margin-right: 18px;
	text-align: center;
	line-height: 34px;
	margin-top: 11px;
	float: right;
}

#works {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	height: 258px;
	text-align: left;
	overflow: hidden;
}

#wrapper {
		margin-left:auto;
	margin-right:auto;
	width: 530px;
	text-align: center;
	height: 258px;
}
.slide_one {
	border: 1px solid #DCDCDC;
	color: #333;
	
}
.project {
	width: 530px;
	height: 258px;
}

.project .left_part {
	width: 370px;
	float: left;
	margin: 0px 40px 0 40px;
	display: inline;
}

.project .left_part h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.project .left_part p {
	margin-bottom: 10px;
	text-align: justify;
}

.project .right_part {
	padding-top: 16px;
}

.slide_menu {
	height: 30px;
}

.slide_menu ul {
	list-style-type: none;
	padding: 6px 0 0 0;
}

.slide_menu li {
	float: left;
}

.slide_menu a {
	display: block;
	float: left;
	width:300px;
	font-weight: bold;
	color: #0069e1;
	padding-left: 25px;
	text-decoration: none;
}

.slide_menu a:hover {
	text-decoration: underline;
}

.pagination {
	height: 30px;
}

.pagination .holder {
	position: absolute;
}

.pagination a {
	border: 1px solid #cacaca;
	display: block;
	float: left;
	padding: 3px 5px;
	margin-right: 2px;
	text-decoration: none;
}

.pagination a:hover,.pagination a.active {
	background: #0069e1;
	color: #fff;
}

* html .pagination a:hover {
	
}

/* FORM
-------------------------------------------------------------- */
label {
	padding-right: 5px;
}

input.short {
	width: 30px;
	text-align: center;
}

/* VARIANTS
-------------------------------------------------------------- */
.variants {
	padding-left: 5px;
}

.variants .variant_one {
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	display: block;
	width: 175px;
	margin: 5px;
}

.variants .variant_one .caption {
	border: 1px solid #c0c0c0;
	background: #f3f4f3;
	padding: 5px 6px 6px 6px;
	margin: 0 3px;
}

.variants .variant_one .caption a {
	color: #ac0202;
	text-decoration: none;
}

.variants .variant_one .price {
	margin: 5px 5px 0 0;
	font-size: 18px;
	text-align: right;
	padding-bottom: 5px;
	color: #bc0404;
}

.variants .variant_one .image {
	margin: 5px 0;
}

.variants .forms .submit_holder {
	margin: 10px auto 0 auto;
	width: 125px;
	height: 25px;
	background: url(../images/add_to_cart_120.jpg) top left no-repeat;
}

.variants .forms .input_submit {
	width: 120px;
	background: transparent;
	border: 0;
	height: 23px;
	text-align: left;
	color: #fff;
	padding: 0 0 0 10px;
	cursor: pointer;
}

.variants .variant_one .forms .form_element {
	margin-bottom: 2px;
}

.variants .image img {
	
	padding: 1px;
	border: 1px solid #dfdfdf;
}

/* PAYMENT WAY
------------------------------------------------------ */
#payment_way {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#payment_way span,#payment_way a {
	text-align: center;
	padding: 4px 1px;
	margin: 0px 1px;
	border: 1px solid #337BB6;
	background: #FFFFFF;
	color: #ccc;
	text-decoration: none;
	width: 130px;
	display: inline-block;
}

#payment_way a {
	color: #666;
}

#payment_way span.active {
	border: 1px solid #337BB6;
	background: #81AFD3;
	color: #FFFFFF;
	text-decoration: none;
}

div.subheading {
	margin: 5px 30px;
	text-align: left;
	padding: 5px 3px;
	font-size: 15px;
	color: #a90000;
	border-bottom: 1px solid #999;
}

div.confirm_heading {
	margin: 5px 0 0 30px;
	width: 250px;
	float: left;
}

.confirm_heading ul {
	margin: 10px 0;
}

.confirm_heading ul li {
	padding: 2px;
}

.notice_check {
	float: left;
	width: 350px;
	padding-top: 25px;
	color: red;
}

div.brands {
	float: right;
}

.hidden{
	display: none;
}

.red {
	color: red;
	font-weight: bold;
}

/* INLINE COPYRIGHT
------------------------------------------------------ */
.mid_tab .footer .inline {
	color: #3b3b3b;
	float: right;
	position: relative;
	/*margin-top: -5px;*/
}

/* SKYSCRAPPER ADS
------------------------------------------------------ */
.skyscrapper_ads {
	position:relative;
	display:none;
}
.skyscrapper_ads .l_ban {
	width:120px;
	height:600px;
	background:#ccc;
	position:absolute;
	left:-130px;
	top:114px;
}
.skyscrapper_ads .r_ban {
	width:120px;
	height:600px;
	background:#ccc;
	position:absolute;
	right:-130px;
	top:114px;
}

