/* product detail */

.productvisual {
	width: 410px;
	float: left;
}

.productvisual img {
	margin-bottom: 5px;
}

.productvisual p {
	margin: 0 0 3px 0;
	font-size: 1.2em;
}

.views ul {
	margin: 0 0 15px 0;
	float: left;
}

.views li {
	list-style: none;
	float: left;
	margin-right: 5px;
	display: inline;
	margin-bottom: 0;
}

.teasers {
	clear: both;
}

.teasers table {
	margin-left: -5px;
}

.productvisual table h3 {
	font-size: 1.1em;
	line-height: 1;
}
.productvisual table p {
	font-size: 1em;
}

.stamp {
	float: right;
	margin: 5px 2px;
}

.productdetails {
	float: right;
	width: 345px;
	color: #4c4c4c;
}
.productdetails p {
	font-size: 1.2em;
}
.productdetails li {
	font-size: 1.1em;
}

//.productdetails ul {
//	margin-left: 12px;
//}

.productdetails li {
	margin-bottom: 0;
}
.productdetails h2 {
	font-size: 1.7em;
	text-transform: none;
	color: #00adee;
	margin-bottom: 10px;
}
.productdetails p.author {
	margin-top: -10px;
	font-size: 1.3em;
	font-size: 13px;
}
.productdetails .price {
	font-size: 1.7em;
	margin-bottom: 2px;
} 

.productdetails .price span {
	font-size: 70%;
	margin-right: 5px;
}

.productdetails .divider {
	margin: 0px 7px 8px 0;
	clear: both;
}

.productdetails fieldset {
	padding-top: 5px;
	margin-bottom: 25px;
}

.productdetails fieldset.submit {
	float: left;
	text-align: right;
	padding-top: 0;
	margin-bottom: 5px;
}

.productdetails fieldset.submit a {
	display: block;
	margin-top: 2px;
	margin-right: 1px;
}

.productdetails form .note {
	float: right;
	text-align: right;
	margin-bottom: -10px;
}

.productdetails p.links {
	float: right;
	margin-top: 5px;
	margin-right: 7px;
}

.productdetails .label {
	float: left;
	width: auto;
	margin-right: 5px;
	display: inline;
	color: #808080;
	line-height: 25px;
} 

.productdetails .text {
	width: 31px;
	border: none;
	background: url(../images/text-box-sm.gif) no-repeat;
	height: 20px;
	margin-right: 19px;
	padding: 5px 0 0 6px;
	font-size: 1.2em;
	margin-top: 1px;
} 

.productdetails p, .productdetails ul {
	margin-bottom: 10px;
}

.productdetails .select {
	width: 128px;
	margin: 0;
	_width: 125px;
}

a.blind {
	margin-left: 5px;
	font-size: 90%;
	color: #BABABA;
}
	

a.chart {
	display: block;
	float: right;
	margin-top: 3px;
	position: relative;
	padding-right: 10px;
	margin-bottom: -17px;
}

.purchoptions {
	position: relative;
}

.purchoptions span.error {
	right:8px;
	top:-12px;
	*top: -5px;
}

.productdetails .links li {
	font-size: 1.2em;
	margin-bottom: 5px;
	list-style: none;
}
.productdetails  ul.links {
	margin-left: 0;
}
p.links {
	color: #808080;
}

.links a {
	text-decoration: none;
	color: #808080;
}
.links a:hover {
	text-decoration: underline;
}


/*alert */

.alert {
	position: relative;
	color: pink;
}

.alert span {
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 2;
	width: 158px;
	height: 158px;
}

.almostgone {
	background: url(../images/almost-gone-banner2.png) left bottom no-repeat;
	_background: url(../images/almost-gone-banner2.gif) left bottom no-repeat;
}
.morecolors {
	background: url(../images/more-colors-banner2.png) left bottom no-repeat;
	_background: url(../images/more-colors-banner2.gif) left bottom no-repeat;
}
.soldout {
	background: url(../images/sold-out-banner2.png) left bottom no-repeat;
	_background: url(../images/sold-out-banner2.gif) left bottom no-repeat;
}
.soon {
	background: url(../images/coming-soon-banner2.png) left bottom no-repeat;
	_background: url(../images/coming-soon-banner2.gif) left bottom no-repeat;
}
.out {
	background: url(../images/out-of-stock-banner2.png) left bottom no-repeat;
	_background: url(../images/out-of-stock-banner2.gif) left bottom no-repeat;
}
.sale {
	background: url(../images/sale-banner2.png) left bottom no-repeat;
}
.sale2 {
	background: url(../images/sale-banner_two2.png) left bottom no-repeat;
}

p.message {
	color: #ec1c24;
	margin: -20px 0 4px 0;
}

p.message a {
	margin-left: 5px;
}

p.small {
	font-size: 1em;
	color: #808080;
}
.productdetails  h4 {
	color: #00adee;
	margin-bottom: 5px;
	font-weight: normal;
}
.productdetails  h4 a {
	color: #00adee;
}
.productdetails h4 a:hover {
	color: #00adee;
}

/* sizechart popup */

/* information popup */
#sizeChartPop {
	padding-top: 20px;
}
#sizeChartPop h2, #sizeChartPop p, #sizeChartPop img {
	margin-left: 45px;
	margin-right: 45px;
}
#sizeChartPop h2 {
	color: #00ADEE;
	padding-top: 30px;
}

#blindPop h2 {
	padding-top: 30px;
}

#blindPop p {
	width: 74%;
}
