@charset "UTF-8";
/* CSS Document */

/* http://ipmlitho.com/ 
   v1.0 | 20130901
   Copyright: IPM Lithographics Inc

/*-------------------------------------------------------------
     Begining CSS Document of product content
--------------------------------------------------------------*/

#product-wrapper {
	background-color: #fff; 	/* Global White */
	color: #353C48; 			/* Text Dark Gray */
	font-size: 13px;
	padding: 10px 0px 0px 0px;
	display: block;
}
#product-wrapper .intro {
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
}
.product-container .product-label {
	line-height: 20px;
	border: 1px solid #E7EAE9;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 0px;
	position: relative;
	-moz-border-radius: 8px;
	background: rgb(242,249,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,249,254,1)), color-stop(100%, rgba(214,240,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd', GradientType=0 ); /* IE6-9 */
}
.product-container .product-label img, .product-container .product-label .thumbnail {
	float: left;
	max-width: 170px;
	max-height: 170px;
}
.product-container .product-label .thumbnail {
	max-height: 85px;
	max-width: 85px;
}
.product-container .product-label .user.thumbnail {
	margin: 5px;
}
.product-container .product-label div.product-info {
	font-family: Arial,Helvetica,sans-serif;
	padding: 10px 8px;
	display: block;
	margin: 0 0 0 85px;
	overflow: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-container .product-label a.read-toggle.plus {
	margin: 9px 8px 0px 0px;
	float: right;
}
.product-container .product-label a.read-toggle.plus .plus {
	display: block;
}
.product-container .product-label a.read-toggle.plus .minus {
	display: none;
}
.product-container .product-label a.read-toggle.plus.minus .minus {
	display: block;
}
.product-container .product-label a.read-toggle.plus.minus .plus {
	display: none;
}
.product-container span.header a, .product-container span.header a:link, .product-container span.header a:visited  {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	color: #0D58A6; 			/* Medium Blue */
}
#product-wrapper span.header a:hover  {
	color: #0D58A6;					/* Medium Blue */
	text-decoration: underline;
}
.product-container div.product-info ul {
	font-size: 13px;
	list-style: disc outside;
}
.product-container div.product-info ul li {
	list-style: disc outside;
	background: none transparent;
	display: list-item;
}
.product-container div.product-desc-short {
	height: 56px;
	overflow: hidden;
}
.product-container div.product-desc-short, .product-container div.product-desc-short p, .product-container div.product-desc-large, .product-container div.product-desc-large p, .product-container div.control-line {
	font-size: 13px;
	line-height: 20px;
}
.product-container div.product-desc-short p {
	padding-bottom: 12px;
}
.product-container .product-label div.product-desc-large {
	margin: 14px 0px;
	display: none;
}
.product-container .product-label div.desc-large-image {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0px 20px 20px 0px;
	overflow: visible;
}
.product-container .product-label div.desc-large-image img {
	position: relative;
	top: -15px;
	left: -20px;
}
.product-container .product-label div.control-line {
	/* clear: left; */		/* Removed to keep collapsed view from being too tall. */
	line-height: 20px;
}
ul.product-container-ul {
	width: 120px;
	margin: 10px auto !important;
	padding: 0px;
}
ul.product-container-ul li {
	float: left;
	list-style-type: none;
	background: none transparent !important;
	margin: 0px !important;
	padding: 0px !important;
}
ul.product-container-ul li a {
	padding: 2px 5px;
	margin: 2px;
	background-color: #ebebeb;
}
ul.product-container-ul li.ui-tabs-selected a {
	background-color: transparent;
	color: black;
	font-weight: bold;
}
.product-container div.tips {
	margin: 20px 50px 20px 30px;
	padding: 0px 10px 10px 10px;
	border:  #4B647F solid 2px;
	background: rgb(242,249,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,249,254,1)), color-stop(100%,rgba(214,240,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */

	border: 1px solid #E7EAE9;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background-image: -webkit-linear-gradient(#F5F5F5, white);
	background-image: -moz-linear-gradient(#F5F5F5, white);
	background-image: -o-linear-gradient(white 50%, #F1F1F1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFF1F1F1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFF1F1F1)";
	/* width: 558px; */
	position: relative;
}
.product-container div.tips h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	padding-top: 0;
	padding-bottom: .5em;
	line-height: 1.2em;
	color: #0D58A6; 			/* Medium Blue */
	margin: .5em 0 .2em 0;
}
#product-wrapper div.control-line {
	margin: 10px 0 0 0;
}
#product-wrapper div.control-line a, #product-wrapper div.control-line a:link, #product-wrapper div.control-line a:visited {
	background-color: #2170BD; /* Medium Blue */
	font-family: Arial, Helvetica, sans-serif;
	border-width: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 4px;
	padding: 3px 10px;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
}
#product-wrapper div.control-line a:hover {
	background-color: #689CD3; /* Lightest blue */
	text-decoration: none;
	outline: none;
}
