#product{
	overflow:hidden;
	zoom:1;
	padding-bottom:15px;
}

#product-details{
	*width:480px;
	float:right;
}
#product-details h1{
	font-size:26px;
	margin:0;
	float:left;
	font-style:normal;
}
#style{
	color:#999999;
	font-size:11px;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:#000000 1px solid;
}
#price-holder{
	overflow:hidden;
	zoom:1;
}
#price{
	float:left;
	margin:0;
	font-weight:bold;
	font-size:26px;
}
#tell-a-friend{
	float:right;
	margin-top:2px;
}

#options{
	overflow:hidden;
	zoom:1;
	border-top:#e4e4e4 0px solid;
	border-bottom:#e4e4e4 1px solid;
	width:440px;
	margin:0px 10px;
	padding:0px 0;
}
#optionstop{
	overflow:hidden;
	zoom:1;
	border-top:#e4e4e4 0px solid;
	border-bottom:#e4e4e4 1px solid;
	width:440px;
	margin:0px 10px;
	padding:20px 0;
}
#optionstop2{
	overflow:hidden;
	zoom:1;
	border-top:#e4e4e4 0px solid;
	border-bottom:#e4e4e4 1px solid;
/* 	width:440px; 
	margin:0px 10px;
	padding:20px 0;*/
}
#product_colors{
    overflow:hidden;
	zoom:1;
	margin-bottom:15px;
	font-size:11px;
}
.colour_subtitles{
	float:left;
	margin:3px 0 0 0;
}
.other_colour_subtitles{
	float:right;
	margin:3px 0 0 0;
}
.selected_colour{
	margin-right:4px;
}
.colour_swatch{
	float:left;
	height:18px;
	width:18px;
	border:1px solid #c9c9c9;
	margin:0 0 0 4px;
}
.colour_swatch_half{
	float:left;
	height:18px;
	width:9px;
	margin:0;
	padding:0;
}
.colour_swatch_full{
	float:left;
	height:18px;
	width:18px;
	margin:0;
	padding:0;
}
.selected_colour_name{
	float:left;
	padding-right:20px;
	text-transform:capitalize;
	margin:3px 0 0 4px;
	color:#737373;
}
.other-colours{
	float:right;
}

#product_sizes{
	overflow:hidden;
	zoom:1;
	margin-bottom:10px;
	font-size:11px;
}
#size_options_withjs{
	display:none;
}
#size_options_nonjs{
	display:inline;
}
.size_subtitles{
	float:left;
	margin:3px 10px 0 0;
}

#product_quantity{
	float:left;
	overflow:hidden;
	zoom:1;
	margin:7px 35px 0 0;
	font-size:11px;
}
#quantity_options_withjs{
	display:none;
}
.quantity_subtitles{
	float:left;
	margin:5px 10px 0 0;
}
#quantity-container{
	float:left;
	overflow:hidden;
	zoom:1;
}
#decrement-quantity{
	float:left;
	width:9px;
	height:9px;
	margin:8px 4px 0 0;
	cursor:pointer;
	background-image:url('../assets/images/page_content/products/minus.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}
#increment-quantity{
	float:left;
	width:9px;
	height:9px;
	margin:8px 0 0 4px;
	cursor:pointer;
	background-image:url('../assets/images/page_content/products/plus.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}
#quantity_js{
	float:left;
	border:#c4c4c4 1px solid;
	font-family:Arial,Helvetica,sans-serif;
	width:24px;
	padding:5px 0;
	text-align:center;
}

#photography{
	padding-top: 20px;
	float:left;
	width:450px;
	overflow:hidden;

}
#photography .otherview{
	cursor:pointer;
}

/* Tabs */
#product-tabs{
	margin-top:20px;
	width:460px;
}
#product-tabs ul{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	zoom:1;
}
#product-tabs ul li{
	float:left;
	padding:0;
	margin:0;
	
}
#product-tabs ul li a{
	display:block;
	height:40px;
	margin:0;
	padding:0;
	background:transparent url(../assets/images/page_content/products/tabs.gif) no-repeat;
}
#product-tabs ul li a.tab-details{background-position:0px 0px;width:93px;}
#product-tabs ul li a.tab-delivery{background-position:-93px 0px;width:93px;}
#product-tabs ul li a.tab-returns{background-position:-186px 0px;width:92px;}
#product-tabs ul li a.tab-care-guide{background-position:-278px 0px;width:93px;}
#product-tabs ul li a.tab-size-guide{background-position:-371px 0px;width:89px;}
#product-tabs ul li.ui-tabs-selected a.tab-details, #product-tabs ul li.ui-state-hover a.tab-details{background-position:0px -40px;width:93px;}
#product-tabs ul li.ui-tabs-selected a.tab-delivery,#product-tabs ul li.ui-state-hover a.tab-delivery{background-position:-93px -40px;width:93px;}
#product-tabs ul li.ui-tabs-selected a.tab-returns,#product-tabs ul li.ui-state-hover a.tab-returns{background-position:-186px -40px;width:92px;}
#product-tabs ul li.ui-tabs-selected a.tab-care-guide,#product-tabs ul li.ui-state-hover a.tab-care-guide{background-position:-278px -40px;width:93px;}
#product-tabs ul li.ui-tabs-selected a.tab-size-guide,#product-tabs ul li.ui-state-hover a.tab-size-guide{background-position:-371px -40px;width:89px;}
.ui-tabs-hide{display:none;}

.tab-pane{
    background:url('../assets/images/page_content/products/pane.jpg') no-repeat top center;
    width:440px;
    *height:100%;
		padding:0 10px;
		text-align:left;
}
.tab-pane h3 {
	color:#797979;
	font-size:12px;
	margin:0 0 10px 0;
	padding:0;
}



#response{
	font-weight:bold;
	color:#000;
}
.fill_in_name{
	margin:0 0 10px 0;
	color: #a4a4a4;
}

#productImageInner {}
#productImageInner img#prodimage{
	width:298px;
	height:404px;
	margin: 0 0 0 60px;
	display:block;
}
#productDetails #cart #submitButton #ajax_error{
	color: #197d2c;
	font-size: 1em;
	padding:5px 2px 0 0;
}
p.item_code {
	margin:0;
	padding:0;
	color:#000;
	padding-top:1px;
}
.product_desc {
	color:#535353;
	width:400px;
	line-height:1.5;
	font-size:1em;
	margin:0 0 18px 0;
}
.product_desc p {
	padding:0;
	line-height:1.3;
	margin:0;
}
.quantity_h{
    position:relative;
    float:left;
}


.colour_bar {
	clear:both;
	padding:0;
	margin-bottom:10px;
}
.colour_bar .colour{
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:10px;
	background:white;
	border:#999999 solid 1px;
}
#colour_code{
	position:relative;
	width: 120px;
	overflow:hidden;
}
.product_select{
    width: 140px;
    margin-right: 30px;
    float: left;
    font-size: 10px;
    padding: 2px 2px;
}

.other_view_h{
    width:420px; 
    float:center;
    text-align:center;
}
.main_image_h{
  float: left;
	width:420px;
	overflow:hidden;
	zoom:1;
}

/* buy now */
#product_row{
	overflow:hidden;
	zoom:1;
}

/* social links */
#social{
	overflow:visible;
	zoom:1;
	margin:10px 20px;
}
#social .twitter-widget-left{
	float:left;
	width:120px;
	margin-top:10px;
}
#social .twitter-widget-right{
	float:right;
	width:120px;
	margin-top:10px;
}
.product_facebook {
	MARGIN-TOP: -40px;
	margin-LEFT: 400px;
	position: absolute;
}

.product_google {
	MARGIN-TOP: -40px;
	margin-LEFT: 332px;
	position: absolute;
}
.product_tweet {
	MARGIN-TOP: -40px;
	margin-LEFT: 260px;
	position: absolute;
}
#masterslave{
	padding-top: 50px;
	float:left;
	width:100%;
	overflow:hidden;
	border-bottom:#e4e4e4 1px solid;
}
.productListing-heading
{
  color: #434a55;
  font-size: 14px;
  height: 30px;
  vertical-align: middle;
  font-weight: bold;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #bfbfbf;
  border-right-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
  border-left-color: #bfbfbf;
  border-spacing: 1px;
  padding-left: 2px;
  text-align: center;
}
.smallText{
       font-size: 13px;
}




/* Line 5 */
.btn
{
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  white-space: nowrap;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
}

/* Line 5 */
.button, .button > span, .media-middle
{
  vertical-align: middle;
}

/* Line 5 */
#mc_embed_signup .mc-field-group .button, .add-to-bag, .breadcrumbs-back, .btn, .buyFor, .dropdown-menu-check li, .dropdown-menu > li > a, .modalform .mc-field-group .button, .navbar-nav > li > a, .product-main-description-brand, .product-tabs .nav-tabs > li > a, .retailers-map ul li a, .shoping-bag-box-product-content span
{
  text-transform: uppercase;
}

/* Line 5 */
.btn, p strong
{
  font-weight: 700;
}

/* Line 5 */
.button, .wrapper
{
  position: relative;
}

/* Line 5 */
.btn, p
{
  font-family: 'Crimson Text', Verdana,Geneva,sans-serif;
  font-size: 15px;
}

/* Line 5 */
.btn
{
  line-height: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}


/* Line 5 */
.button--ujarak
{
  transition-property: border-color, color;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
}

/* Line 5 */
.button--ujarak, .button--ujarak::before
{
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  color: #000000;
}

/* Line 8 */
.btn-add
{
  width: 90%;
  height: 46px;
  line-height: 46px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 40px;
}

/* Line 5 */
button:focus, input:focus, select:focus, textarea:focus
{
  outline-width: 0px;
  outline-style: none;
  outline-color: currentcolor;
}

/* Line 5 */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus
{
  outline-width: thin;
  outline-style: dotted;
  outline-color: currentcolor;
  outline-offset: -2px;
}

/* Line 5 */
.btn.focus, .btn:focus, .btn:hover
{
  color: #333333;
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;
}

/* Line 5 */
.btn.focus, .btn:focus, .btn:hover
{
  color: #333333;
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;
}

/* Line 5 */
.btn:focus, .btn:hover, .btn_black
{
  color: #ffffff;
}

/* Line 5 */
.btn:focus, .btn:hover, .btn_black
{
  color: #ffffff;
}

/* Line 5 */
.button:focus
{
  outline-width: 0px;
  outline-style: none;
  outline-color: currentcolor;
}
/* Line 5 */
.button--ujarak.btn-add
{
  background-color: #303030;
  color: #ffffff;
}

/* Line 5 */
.button--ujarak:hover
{
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  border-top-color: #37474f;
  border-right-color: #37474f;
  border-bottom-color: #37474f;
  border-left-color: #37474f;
}
.product_detail_price {
	MARGIN-TOP: 5px;
	margin-LEFT: 5px;
	position: absolute;
}


