@charset "utf-8";
/* CSS Document */

/* Removes dotted links in FireFox */
a {
	outline: none;
	}

hr {
	background-color: #d1d1d1;
	height: 1px;
	border: 1px;
	}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#containerBlock {
	width: 750px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	}

#largeBlock {
	background: url('/ui/images/galleries/loader.gif') no-repeat;
	float: left;
	/*width: 775px;*/
	}

#largeBlock .image {
	width: 500px;
	height: 300px;
	/*position: relative;*/
	overflow: hidden;
	display: table;
}

#largeBlock .image img {
	/*max-width: 480px;*/
}

#largeBlock .text {
	width: 245px;
	/*height: 300px;*/
	margin: auto 0;
	text-align: left;
	/*position: relative;
	overflow: hidden;
	display: table;*/
	padding-left:35px;
}

#largeBlock .text .name {
}

#largeBlock .text .description {
}

#largeBlock .text .link {
}

#thumbnailBlock {
	position: relative;
	width: 775px;
	margin: 0;
	padding: 0;
	}

#thumbnailBlock ul {
	white-space: nowrap;
	list-style: none;
	height: 100px;
	margin: 0;
	padding: 0;
	}

#thumbnailBlock ul li {
	overflow: visible;
	white-space: nowrap;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#thumbnailBlock ul li.navigation {
	overflow: visible;
	white-space: nowrap;
	float: left;
	width: 37px;
	height: 100px;
	margin: 0;
	padding: 0;
	}
	
#thumbnailBlock ul li a  {
	border: none;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
	cursor: pointer;
	}

#thumbnailBlock ul li a:hover, #thumbnailBlock ul li a.selected {
	border-color: #d1d1d1;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	cursor: pointer;
	}

#sendToFriendForm {
	width: 400px;
	height: 500px;
	z-index:100;
	}

#sendToFriendForm a {
	color: #7e2346;
	font-size: 11px;
	}
	
#sendToFriendForm #formContainer, #sendToFriendForm #responseMessage  {
	padding: 5px;
	background-color: #fff;
	}

#sendToFriendForm form h3 {
	font-size: 28px;
	color: #e85e22;
	font-weight: normal;
}

#sendToFriendLeft {
	width: 180px;
}

#sendToFriendLeft input, #sendToFriendForm form textarea {
	border: 1px solid #ddd;
	width: 160px;
	padding: 5px 3px;
	margin-bottom: 3px;
	color: #333;
	}

#sendToFriendLeft input, #sendToFriendForm form input {
	width: 160px;
	}

#sendToFriendForm form label {
	font-size: 28px;
	color: #e85e22;
	margin-bottom: 2px;
	}

#sendToFriendForm form label.comment {
	display: block;
	}

#closeSend {
	width: 50px;
	color: #7e2346;
	font-size: 11px;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	align: right;
	}

#closeSend strong {
	text-decoration: none;
	}

#closeSend:hover {
	color: #7e2346;
	}

#closeSend:hover strong {
	text-decoration: underline;
	}

#galleryControls {
	text-align: center;
	padding: 10px 0;
	}

#galleryEmailImage {
	text-align: left;
	}

#galleryEmailImage a {
	font-size: 11px;
	padding: 3px 0 3px 19px;
	color: #777;
	background: url('/ui/images/galleries/email.gif') no-repeat 0 50%;
	text-decoration: none;
	}

#galleryEmailImage a:hover {
	text-decoration: underline;
	color: #7e2346;
	}

#galleryPlayOptions {
	float: left;
	width: 280px;
	}

#galleryPrintImage {
	padding-top: 10px;
	}

#galleryPrintImage a {
	font-size: 11px;
	padding: 3px 0 3px 19px;
	color: #777;
	background: url('/ui/images/galleries/print.gif') no-repeat 0 50%;
	text-decoration: none;
	}

#galleryPrintImage a:hover {
	text-decoration: underline;
	color: #777;
	}

#addResult {
	color: #777;
	}

#loadingMessage {
	font-size: 11px;
	display: block;
	padding: 3px 0 3px 20px;
	background: #fff url('/ui/images/galleries/ajax-loader.gif') no-repeat 0 50%;
	color: #7e2346;
	}
	
.productDetailsHead {
	 /*font-size: 28px;
	 color: #e85e22;*/
	 color: #999;
	 font-size: 22px;
	 margin: 0;
	 padding: 7px 0; 
	}
	
.productDetailsBody {
	min-height: 110px;
	font-size: 10px;
	 margin: 0;
	}

.productDetailLinks {
	font-weight: bold;
	font-size: 12px;
	}

.thumbHead {
	margin: 5px 0;
	padding: 0;
	height:120px;
	font-size: 16px;
	font-weight: bold;
	border-top: thin solid #d1d1d1;
	border-bottom: thin solid #d1d1d1;
}
 
#contentWrapper {
	/*min-height: 200px;*/
	font-size: 12px;
	color: #999;
}

#contentWrapper div {
	margin: 0 0 10px 0;
}
	
#contentWrapper .lgBoldGrey {
	font-size: 22px;
	font-weight: bold;
	color: #999;
	line-height: 25px;
}

#contentWrapper h1 {
	line-height:1em;
	margin-top:-3px;
}

	
#contentWrapper .contentMain {
	margin: 10px 0;
}

#contentWrapper .medOrange {
	font-size: 16px;
	font-weight: bold;
	color: #e85e22;
	padding: 0 10px 0 0;
}

#contentWrapper .medGrey {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	padding: 0 10px 0 0;
}

#lowerContentWrapper p {
	font-weight: bold;
}

#lowerContentWrapper ul {
	padding: 0;
	margin: 0 0 0 -4px;
}

#lowerContentWrapper li {
	list-style: none;
	font-weight: normal;
}

.submitButton {
	margin: 10px 0;
	/*background-image: url(img/btn_submit.gif);*/
	width: 55px;
	height: 24px;
	border: none;
}








#formContentWrapper {
	/*width: 400px;*/
	width: 775px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#formContentWrapper ul {
	margin: 0 0 0 -4px;
	padding: 0;
}

#formContentWrapper li {
	list-style: none;
	font-size: 10px;
}

#formContentWrapper span {
	color: #e85e22;
	padding: 0 3px;
}

#formContentWrapper span.note {
	padding: 0 3px;
	font-size: 10px;
}

#formContentWrapper .right {
	float: right;
}

#formContentWrapper .left {
	float: left;
}

#formContentWrapper .clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#formContentWrapper .bottom {
	margin: 0 0 10px 0;
}

#formContentWrapper .w400 {
	width: 400px;
}

#formContentWrapper .w300 {
	width: 300px;
}

#formContentWrapper .w380 {
	width: 380px;
}

#formContentWrapper .w267 {
	width: 267px;
}

#formContentWrapper .w200 {
	width: 200px;
}

#formContentWrapper .w180 {
	width: 180px;
}

#formContentWrapper .w133 {
	width: 133px;
}

#formContentWrapper .w125 {
	width: 125px;
}

#formContentWrapper .w105 {
	width: 105px;
}

#formContentWrapper .w75 {
	width: 75px;
}

#formContentWrapper .w55 {
	width: 55px;
	margin-right: 5px;
}

#formContentWrapper .h75 {
	height: 75px;
}

#formContentWrapper .textRight {
	text-align: right;
}

.error {
	color: #e85e22;
}

#formContentWrapper input {
	border: thin solid #999999;
	color: #666666;
	font-size: 11px;
}

#formContentWrapper #orderForm input.frmNoBorder {
	border:0;
}

/*#formContentWrapper input.error {
	border-right: thin solid #e85e22;
	color: #666666;
}*/

img.soldOut {
	opacity: .3;
}

P.soldOut {
	padding: 0;
	margin: -50px 0 0 0;
	color: #e85e22;
	font-weight: bold;
}

.carouselHead {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	}
.lineHeightMedium{
	line-height:8px;
}


#sendToFriendLeft input.frmCheckBox {
	border:0px;
}