.product_wrapper{
	position:relative;
	float:left;
	width:685px;
	color:#333;
	font-size: 100%;
	font-family:EideticModernOTRegularRegular, Helvetica, Arial, san-serif;
}

.product_wrapper .left_wrapper {
	float:left;
	width:385px;
	/*position:relative;*/
}

.product_wrapper .right_wrapper{
	float:left;
	width: 280px;
	margin:-25px 0 0 20px;
}
.product_wrapper #calc_wrapper{
	float:left;
	position:relative;
	width:385px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #efefef;
}

.product_wrapper #short_description{
	float:left;
	width:100%;
	margin: 20px 0 0 0;
}

.product_wrapper #product_image_wrapper{
	float:left;
	width:280px;
	min-height:10px;
	margin:0;
	padding:0;
        text-align: center;
}

.product_wrapper .next_button_screen{
	float:right;
	bottom:0;
	right:0;
}

.product_wrapper #share_wrapper{
	float: left;
    margin: 20px 0 50px 20px;
    text-align: center;
    width: 260px;
}

.product_wrapper .share_wrapper{
	float: left;
    margin: 20px 0 10px 20px;
    text-align: center;
    width: 260px;
}

.product_wrapper .sharethis_wrapper{
	width:100%;
	float:left;
	text-align:center;
	margin-top:20px;
	height: 35px;
        display:none;
}

.product_options{


}
.product_price{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:9px 5px;
	border-top:1px solid #29abe2;
	border-bottom:2px solid #29abe2;
	margin-bottom:15px;
	line-height: 38px;
}
.product_price_label{

}

.product_text_blue{
        float:left;
	color:#29ABE2;
	font-size:30px;
	font-weight:bold;
	padding:0;
}

.gst_price{
	font-size: 70%;
}

.artist_price{
	color:red;
}


.product_option{
	width:100%;
	float:left;
	clear:both;
    margin-left: 0px;
    margin-top: 0;

}

.product_option_label{
    float: left;
	margin-right: 10px;
	padding-top: 13px;
	margin-botom:0;
	text-align: left;
	width: 135px;
	font-size: 15px;
	color: #29abe2;
	font-weight: normal;
	margin-bottom: 5px;
}
.product_option_value{
	width: 100%!important;
	float: left;
	padding:8px 0 0 0;
	font-size:16px;
	font-family:EideticModernOTRegularRegular, Helvetica, Arial, san-serif;

}

.product_option_value.full_width{
	width:100%!important;
	float: left;
	clear:left;
	padding:8px 0 0 0;
	font-size:16px;
	font-family:EideticModernOTRegularRegular, Helvetica, Arial, san-serif;
}

.clr {
    clear: left;
}


/*Common calculator Styles */
#layer_block{
	display:none;
	position:fixed;
	z-index:49000;
	background:#000;
	opacity:0.4;
	top:0;
	right:0;
	bottom:0;
	top:0;
	width:100%;
}

#pricecopypopup{
display:none;
width: 280px;
display: none;
height: 120px;
padding:20px;
background:#C1E1EC;
position:fixed;
margin:auto;
top:40%;
box-shadow:2px 2px 2px #000;
-moz-box-shadow:2px 2px 2px #000;
-webkit-box-shadow:2px 2px 2px #000;
z-index:50000;
}

#copyURLbutton{
	background: url("../img/Share_link_sprite.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 3px!important;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	font-family: arial, helvetica, san-serif;
	font-weight: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:right;
}
#copyURLbutton:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color: #f6f6f6;
	text-decoration: none;
	cursor: pointer;
}
#copyURLbutton:active{
	position: relative;
	top: 1px;
}

/* Paging */
div.paging {
	float:right;
	clear:both;
	color: #999999;
	margin-bottom: 2em;
	display:none;
}
div.paging div.disabled {
	color: #999999;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

div.paging a{
 	color:000;
}
.related_products_header{
   /* float:left;*/
    clear:both;
    font-weight: bold;
}
.related_products{
    float:left;
    clear:both;
    padding: 10px 0 0 0;
}
.related_product{
    float:left;
    clear:both;
}

/***** buttons ****/

.next_button_screen {
	width:100px;
	height:35px;
	background:url('../../../product/img/btn_next.png') 0 0 no-repeat;
	border:none;
	cursor:pointer;
	margin-top:10px;
}

.next_button_screen:hover {
	background-position:0 -35px;
}

.lost_traveller_wrapper {
    border-bottom: 1px solid #29ABE2;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 15px;
    width: 410px;
}

.lost_traveller_image {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 150px;
}

.btn_add_to_cart{
	float:left;
    background-image: url('../../../product/img/btn_add_to_cart.png');
    background-repeat:no-repeat;
    width: 130px;
    height: 35px;
    text-indent: -9999px;
    border: none;
	cursor:pointer;
}

.btn_add_to_cart {background-image: url('../../../product/img/btn_add_to_cart.png'); width:130px;}

.btn_add_to_cart:hover{
	background-position:0 -35px;
}

.btn_view_cart {
	background-image: url('../../../product/img/btn_view_cart.png'); width:35px; height:35px;
	float: left;
    height: 35px;
    margin: 0 0 0 10px;
    width: 35px;
    text-indent: -1000px;
}

.btn_view_cart:hover{
	background-position:0 -35px;
    height: 35px;
    margin: 0 0 0 10px;
    width: 35px;
}

/* New help page link button */
#help_page_link{
	padding:10px 10px 10px 70px!important;
	position:relative;
	text-align: left;
}
#help_page_link img{
	position:absolute;
	top:4px;
	left:5px
}

/* Folding radio links */

.product_option .radio_wrapper{
	float:left;
	width:85px;
	text-align: center;
}
.product_option .radio_wrapper:nth-child(4n+5){
	clear:left;
}
.product_option .radio_wrapper input[type="radio"]{
	float:left;
}
.product_option .radio_wrapper label{
	float:left;
	width:60px;
}
.product_option .radio_wrapper img{
	height:100px;
	float:left;
	margin:auto;
}

.product_option .radio_and_text{
	float:left;
	width:85px;
	text-align: left;
}



/* -------------- TOP SHOP LIST VIEW --------------- */

.center_align {
	text-align:center;
}

.topshop_list_wrapper {
	float:left;
	width:190px;
	height:220px;
	margin:0 20px 20px 0;
	border:1px solid #bbb;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	padding:5px 10px 10px 10px;
	position:relative;
}

.topshop_list_wrapper:hover {
	cursor:pointer;
	border:2px solid #29ABE2;
	padding:4px 9px 9px 9px;
}

.topshop_list_wrapper .list_view_image {
	float:left;
	margin:0 0 5px 0;
	width:190px;
	height:150px;
}
.topshop_list_wrapper .catagory_icons {
	float:left;
	margin:0;
}
.topshop_list_wrapper:hover .text_wrapper{
	position:absolute;
	bottom:-1px;
	left:-1px;
	right:-1px;
}
.text_wrapper {
	position:absolute;
	bottom:0;
	left:0;
	margin:10px 10px 5px 10px;
	width:190px;
}
.list_view_price {
	float:right;
	width:100%;
}
.list_view_price p{
	padding:0px;
	float:right;
	color:#29abe2;
	font-weight:bold;
	font-size:15px;
}
.topshop_list_wrapper .product_name {
	float:left;
	width:100%;
}
.topshop_list_wrapper .shop_name {
	float:left;
	width:100%;
	height:18px;
}
.topshop_list_wrapper .product_name p{
	color:#333;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:19px;
}
.topshop_list_wrapper .shop_name p{
	color:#29ABE2;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

/* ----- TOP SHOP DETAIL VIEW ----- */

.topshop_detail_wrapper {
	float:left;
	width:770px;
}

.topshop_detail_wrapper h1{
	font-weight:normal;
	font-size:25px;
	line-height:33px;
	padding:0px;
}

.topshop_detail_wrapper .title_bar {
	float:left;
	width:435px;
}

.topshop_detail_wrapper .title_bar .title {
	float:left;
	width:380px;
	margin-right:20px;
}

.topshop_detail_wrapper .title_bar .title p {
	font-size:12px;
	text-transform: uppercase;
}

.topshop_detail_wrapper .title_bar .back_button {
	float:right;
	width:30px;
}

.topshop_detail_wrapper .image {
	float:left;
	min-width:300px;
	min-height:300px;
	margin:0 30px 20px 0;
	border: solid 1px #ddd;
}

.topshop_detail_wrapper .right_wrapper {
	float:left;
	width:435px;
	min-height:100px;
}

.topshop_detail_wrapper .right_wrapper .short_description{
	float:left;
	width:405px;
	border-bottom:1px solid #ddd;
	padding:20px 30px 10px 0;

}

.topshop_detail_wrapper .right_wrapper .short_description p{
	font-size:15px;
	line-height:23px;
	padding: 0 0 12px 0;
}


.topshop_detail_wrapper .right_wrapper .long_description{
	float:left;
	width:405px;
	min-height:50px;
	padding:10px 30px 20px 0;
	margin:10px 0 0 0;
}

.topshop_detail_wrapper .right_wrapper .long_description p{
	font-size:13px;
	line-height:18px;
}

.topshop_detail_wrapper .right_wrapper .long_description h2{
	font-size:15px;
	line-height:20px;
	padding: 0 0 10px 0;
	margin:0px;
}

.topshop_detail_wrapper .right_wrapper .options{
	float:left;
	margin:0 0 20px 0;
}

.topshop_detail_wrapper .right_wrapper #quantity_wrapper{
	float:left;
	bottom:0;
	right:0;
	padding:10px 0 20px 0;
	width:125px;
}
.topshop_detail_wrapper .right_wrapper .quantity_option_label{
	float:left;
	margin:2px 10px 3px 0;
	font-weight:normal;
	font-family:Helvetica, Arial, san-serif;
	color:#333;
	font-size:12px;
}


.topshop_detail_wrapper .price_wrapper .price{
	text-align:right;
	border-bottom: 2px solid #ddd;
	position:absolute;
	right:0;
	bottom:0;
}

.topshop_detail_wrapper .price_wrapper .price h1{
	text-align:right;
	border-bottom: 2px solid #29ABE2;
}

.topshop_detail_wrapper .right_wrapper .top_details .option_row{
	float:left;
	width:400px;
}

.topshop_detail_wrapper .right_wrapper .top_details .option_row .dropdown{
	float:left;
	width:150px;
}

.topshop_detail_wrapper .right_wrapper .top_details .option_row .dropdown select{
	width:140px;
}

.topshop_detail_wrapper .right_wrapper .top_details .option_row .option_title{
	float:left;
	width:250px;
}

.topshop_detail_wrapper .price_wrapper {
	float:left;
	width:770px;
	padding:0 0 20px 0;
	border-bottom: 1px #ddd solid;
	position:relative;
}

.topshop_detail_wrapper .bottom_area{
	float:left;
	width:770px;
	margin:20px 0 0 0;
}

.topshop_detail_wrapper .bottom_area .add_to_cart{
	float:right;
	width:137px;
	margin:0 0 20px 20px;
}

.topshop_detail_wrapper .left_wrapper{
	float:left;
	width:330px;
}
.topshop_detail_wrapper .left_wrapper .share{
	float:left;
	width:300px;
}

.btn_add_to_cart_top_shop{
	float:left;
    background-image: url('../../../store/img/btn_add_to_cart_top_shop.png');
    background-repeat:no-repeat;
    width: 137px;
    height: 38px;
    text-indent: -9999px;
    border: none;
	cursor:pointer;
}

.btn_add_to_cart_top_shop:hover{
	background-position:0 -38px;
}

.price #price_option #price{
	color: #000;
	font-size: 26px;
    font-weight: normal;
	font-family:Helvetica, Arial, san-serif;
}



/* -------------- TOP SHOP LIST VIEW 2--------------- */

.center_align {
	text-align:center;
}

.topshop_list_wrapper2 {
	float:left;
	width:180px;
	height:250px;
	padding:0 0 10px 0;
	border-top:1px solid #000;
	border-right:1px solid #ddd;
	border-bottom:2px solid #000;
	border-left:1px solid #ddd;
	margin:0 5px 10px 5px;
	position:relative;
}

.topshop_list_wrapper2:hover {
	cursor:pointer;
	border-top:1px solid #29abe2;
	border-right:1px solid #ddd;
	border-bottom:2px solid #29abe2;
	border-left:1px solid #ddd;
	padding:0 0 10px 0;
}

.topshop_list_wrapper2 .list_view_image {
	float:left;
	margin:20px 0 0 0;
	width:180px;
	height:150px;
	overflow:hidden;
}
.topshop_list_wrapper2.catagory_icons {
	float:left;
	margin:0;
}
.topshop_list_wrapper2:hover .text_wrapper{
	position:absolute;
	text-align:left;
	bottom:-0px;
	left:-0px;
	right:-0px;

}
.text_wrapper {
	position:absolute;
	bottom:0;
	left:0;
	margin:10px 10px 5px 10px;
	width:160px;
	text-align:left;
}
.list_view_price {
	float:right;
	width:100%;
}
.list_view_price p{
	padding:0px;
	float:right;
	color:#000;
	font-weight:normal;
	font-size:13px;
}
.topshop_list_wrapper2 .product_name {
	float:left;
	width:100%;
}
.topshop_list_wrapper2 .shop_name {
	float:left;
	width:100%;
	height:18px;
}
.topshop_list_wrapper2 .product_name p{
	color:#333;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:17px;

}
.topshop_list_wrapper2 .shop_name p{
	color:#000;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

/* -------------- TOP SHOP LIST VIEW 3--------------- */

.center_align {
	text-align:center;
}

.topshop_list_wrapper3 {
	float:left;
	width:182px;
	height:229px;
	padding:0 0 5px 0;
	margin:0 5px 0px 5px;
	position:relative;
}

.topshop_list_wrapper3 .list_view_image {
	float:left;
	margin:20px 0 0 0;
	width:170px;
	padding:5px;
	border:1px #ebebeb solid;
	height:170px;
	overflow:hidden;
	position:relative;
}
.topshop_list_wrapper3.catagory_icons {
	float:left;
	margin:0;
}
.topshop_list_wrapper3:hover .text_wrapper{
	position:relative;
	float:left;
	padding:5px 0 0 0;
	width:182px;
	text-align:left;
	color:#000;

}
.topshop_list_wrapper3 .text_wrapper {
	padding:5px 0 0 0;
	position:relative;
	float:left;
	margin:0;
	width:182px;
	text-align:left;
	color:#999;
}


.topshop_list_wrapper3 .list_hover_info{
	position:absolute;
	width:180px;
	left:0;
	bottom:0px;
	padding:5px 0 5px 0;
	display:none;
	background:url('../img/trans70.png') repeat;
	pointer-events:none;
}
.topshop_list_wrapper3:hover .list_hover_info{
display:block;
}

.topshop_list_wrapper3:hover .list_view_image{
	border:1px solid #919090;
}

.topshop_list_wrapper3 .list_view_price {
	float:right;
	width:100%;
}
.topshop_list_wrapper3 .list_view_price p{
	padding:0px;
	float:right;
	color:#000;
	font-weight:normal;
	font-size:13px;
}
.topshop_list_wrapper3 .product_name {
	float:left;
	text-align:left;
	padding:0 10px 0 10px;
	pointer-events:auto;
}
.topshop_list_wrapper3 .store_name {
	float:left;
	width:100%;
	text-align:left;
	padding:0 10px 0 0;
	text-transform: uppercase;
	pointer-events:auto;
}
.topshop_list_wrapper3 .product_name p{
	color:#fff;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:17px;

}
.topshop_list_wrapper3 .store_name p{
	color:#ebebeb;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
	line-height:15px;
}

/* -------------- TOP SHOP LIST VIEW FEATURED--------------- */

.center_align {
	text-align:center;
}

.topshop_list_wrapper_featured {
	float:left;
	width:240px;
	height:240px;
	padding:0;
	margin:0 10px 10px 0;
	position:relative;
}

.topshop_list_wrapper_featured .list_view_image {
	float:left;
	margin:0;
	width:240px;
	padding:0;
	border:1px #ebebeb solid;
	height:240px;
	overflow:hidden;
	position:relative;
}
.topshop_list_wrapper_featured.catagory_icons {
	float:left;
	margin:0;
}
.topshop_list_wrapper_featured:hover .text_wrapper{
	position:relative;
	float:left;
	padding:5px 0 0 0;
	width:242px;
	text-align:left;
	color:#000;

}
.topshop_list_wrapper_featured .text_wrapper {
	padding:5px 0 0 0;
	position:relative;
	float:left;
	margin:0;
	width:242px;
	text-align:left;
	color:#999;
}

.topshop_list_wrapper_featured .list_hover_info{
	position:absolute;
	width:240px;
	left:0;
	bottom:0px;
	padding:5px 0 5px 0;
	display:none;
	background:url('../img/trans70.png') repeat;
	pointer-events:none;
}
.topshop_list_wrapper_featured:hover .list_hover_info{
display:block;
}

.topshop_list_wrapper_featured:hover .list_view_image{
	border:1px solid #919090;
}

.topshop_list_wrapper_featured .list_view_price {
	float:right;
	width:100%;
	padding:0 7px 0 10px;
}
.topshop_list_wrapper_featured .list_view_price p{
	padding:0 10px 0 0;
	float:right;
	color:#fff;
	font-weight:normal;
	font-size:13px;

}
.topshop_list_wrapper_featured .product_name {
	float:left;
	width:100%;
	text-align:left;
	padding:0 10px 0 10px;
	pointer-events:auto;
}
.topshop_list_wrapper_featured .store_name {
	float:left;
	width:100%;
	text-align:left;
	padding:0 10px 0 0px;
	pointer-events:auto;
}

.topshop_list_wrapper_featured .product_name p{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:19px;

}
.topshop_list_wrapper_featured .store_name p{
	color:#ebebeb;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
	line-height:12px;
}

/* -------------- TOP SHOP LIST VIEW POPULAR --------------- */

.center_align {
	text-align:center;
}

.topshop_list_wrapper_popular {
	float:left;
	width:160px;
	height:160px;
	padding:0;
	margin:0 5px 5px 0;
	position:relative;
}

.topshop_list_wrapper_popular .list_view_image {
	float:left;
	margin:0;
	width:148px;
	padding:5px;
	border:1px #ebebeb solid;
	height:148px;
	overflow:hidden;
	position:relative;
}

.topshop_list_wrapper_popular .catagory_icons {
	float:left;
	margin:0;
}

.topshop_list_wrapper_popular:hover .text_wrapper{
	position:relative;
	float:left;
	padding:5px 0 0 0;
	width:242px;
	text-align:left;
	color:#000;

}

.topshop_list_wrapper_popular .text_wrapper {
	padding:5px 0 0 0;
	position:relative;
	float:left;
	margin:0;
	width:242px;
	text-align:left;
	color:#999;
}

.topshop_list_wrapper_popular .list_hover_info{
	position:absolute;
	width:100%;
	left:0;
	bottom:0px;
	padding:5px 0 5px 0;
	display:none;
	background:url('../img/trans70.png') repeat;
	pointer-events:none;
}

.topshop_list_wrapper_popular:hover .list_hover_info{
display:block;
}

.topshop_list_wrapper_popular:hover .list_view_image{
	border:1px solid #919090;
}

.topshop_list_wrapper_popular .list_view_price {
	float:right;
	width:100%;
	padding:0 7px 0 10px;
}
.topshop_list_wrapper_popular .list_view_price p{
	padding:0 10px 0 0;
	float:right;
	color:#fff;
	font-weight:normal;
	font-size:13px;

}
.topshop_list_wrapper_popular .product_name {
	float:left;
	width:100%;
	text-align:left;
	padding:0 10px 0 10px;
	pointer-events:auto;
}
.topshop_list_wrapper_popular .store_name {
	float:left;
	width:100%;
	text-align:left;
	padding:0 10px 0 0px;
	pointer-events:auto;
}

.topshop_list_wrapper_popular .product_name p{
	color:#fff;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:19px;

}
.topshop_list_wrapper_popular .store_name p{
	color:#ebebeb;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
	line-height:12px;
}

/* Color radio */
.radio_men_paper_tee_colour {
	width: 25px;
	height: 25px;
}

.checkator_source:checked + .checkator_element::after{
	content:'\2713';
	left: 20%;
	position: absolute;
	top: -10%;
	font-weight: bold;
	background-color: initial;
}

.checkator_label{
	/* margin-bottom: -10px; */
	display: inline-block;
	/* line-height: normal; */
	vertical-align: top;
	margin-top: 8px;
}

.checkator_element.radio.checked{
	line-height: normal;
}


#checkator_radio_color_WHITE.checkator_element{
	background-color: #fff;
}

#checkator_radio_color_CANARY_YELLOW.checkator_element{
	background-color: #FBE342;
}

#checkator_radio_color_OJAY.checkator_element{
	background-color: #F26122;
}

#checkator_radio_color_WATERMELON.checkator_element{
	background-color: #F15B5C;
}

#checkator_radio_color_BRICK.checkator_element{
	background-color: #B24C59;
}


#checkator_radio_color_RED.checkator_element{
	background-color: #E91D2C;
}

#checkator_radio_color_PURPLE.checkator_element{
	background-color: #69498E;
}

#checkator_radio_color_NAVY.checkator_element{
	background-color: #00253C;
}

#checkator_radio_color_BRIGHT_ROYAL.checkator_element{
	background-color: #2D5697;
}

#checkator_radio_color_ARCTIC_BLUE.checkator_element{
	background-color: #1B9AD4;
}

#checkator_radio_color_SKY_BLUE.checkator_element{
	background-color: #C5D6EE;
}

#checkator_radio_color_MINT.checkator_element{
	background-color: #ACDBD3;
}

#checkator_radio_color_TEAL.checkator_element{
	background-color: #42BDAB;
}

#checkator_radio_color_KELLY_GREEN.checkator_element{
	background-color: #1D8648;
}

#checkator_radio_color_FERN_GREEN.checkator_element{
	background-color: #6A8239;
}

#checkator_radio_color_DARK_CHOCOLATE.checkator_element{
	background-color: #512D1D;
}

#checkator_radio_color_GREY_MARLE.checkator_element{
	background-color: #B9B9B6;
}

#checkator_radio_color_OYSTER.checkator_element{
	background-color: #AAAD9F;
}

#checkator_radio_color_CHARCOAL.checkator_element{
	background-color: #565659;
}

#checkator_radio_color_COAL.checkator_element{
	background-color: #4D4E53;
}

#checkator_radio_color_BLACK.checkator_element{
	background-color: #000;
}


@media screen and (max-width: 767px) {
	.product-img{
		margin-bottom: 20px;
	}
}

.product-row{
	margin-bottom: 40px;
}

.product-img img{
	margin: 0 auto;
}

.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
	overflow: visible !important;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	/* border-width: 0; */
	padding: 15px;
	width: 100%;
	height: auto;
	background: url(../img/background/tab_content_bg.png) no-repeat top right rgb(196, 197, 201, 0.5);
	float: left;
	clear: both;
	color: black;
	font-size: 14px;
	border: 1px solid rgb(187, 188, 191);
	min-height: 290px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	float: left;
}

.ui-tabs .ui-tabs-nav li {


	/*background: url(/sites/default/files/static/background/tab_off.png) no-repeat;*/

}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	/*margin-bottom: 0;*/
	/*background: url(/sites/default/files/static/background/tab_on.png) no-repeat;*/
	background-color: #E6E7E8;
}

.ui-tabs .ui-tabs-nav li a {
	color: black;

	font-weight: bold;


	font-size: 12px;
}

.ui-widget.ui-widget-content {
	border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border:none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;

}
