@charset "UTF-8";
/* CSS Document */
@import url('reset.css');

body {
	padding:0 0 0 45px;
	font-family:"Open Sans", sans-serif;
	color:#018ff2;
	font-size:16px;
	line-height:26px;
}

h1 {
	font-size:40px;
	color:#bebebe;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight:700;
	padding:55px 0 28px 0;
	display:inline-block;
}

.page h1 {
	padding-top:45px;
}

.product h1 {
	color:#56a1d5;
	text-transform:uppercase;
	font-size:65px;
	padding-bottom:11px;
	display:inline-block;
}

h2 {
	color:#000;
	font-size:16px;
	font-family: "Open Sans", sans-serif;
	font-weight:700;
	display:inline-block;
	padding-bottom:10px
}

p {
	padding-bottom:14px;
}

.product-details span {
	display:block;
}

.product-details .gender {
	font-style:italic;
}


.product-details .price {
	font-size:36px;
	line-height:56px;
	text-align:right;
	font-weight:700;
	color:#56a1d5;
	width:180px;
}

.product-details .sizes {
	width:213px;
	list-style:none;
	font-size:16px;
	line-height:29px;
}

.product-details .sizes {
	width:213px;
	display:inline-block;
}

.product-details .sizes li {
	width:106px;
	float:left;
}

.product-details .colors {
	width:200px;
	list-style:none;
	padding:65px 0 0 0;
	display:inline-block;
}

.product-details .colors li {
	width:100px;
	float:left;
}


.close {
	width:44px;
	height:44px;
	float:right;
	background:url(../images/sprite.png) no-repeat 0 -116px;
}

.alignright {
    float:right;
    margin: 5px 0 20px 0px;
}

/* SHARED CLASSES */
.clear {clear:both;display:block;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.border {border:solid 1px #cc0000;}
.clearfix {display: block;}