/* ++ product detail page styles ++ */


/* product gallery */
#productGallery {
	float: left;
	padding: 10px 0;
	width: 340px;
}

#detailImage {
	/*background: #ffffff url(../../img/common/bg_detail_image.gif) top left repeat-y;*/
	/*border-top: 1px solid #231f20;
	border-bottom: 1px solid #231f20;*/
	margin-bottom: 10px;
	text-align: center;
	width: 330px;
}

#detailImage img
{
	border:1px solid #000000;
}

a.viewLarge {
	padding: 3px 5px 3px 15px;
}

a.viewLarge:link, a.viewLarge:visited {
	background: transparent url(/gothemes/img/common/icon_view_large.gif) center left no-repeat;
}

a.viewLarge:hover, a.viewLarge:active {
	background: transparent url(/gothemes/img/common/icon_view_large_ro.gif) center left no-repeat;
	color: #8f0903;
}

#productGallery h4 {
	margin: 15px 0 0 0;
	padding-left: 0;
}

ul#galleryThumbs {
	list-style-type: none;
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 340px;
}

ul#galleryThumbs li {
	background: #ffffff url(/gothemes/img/common/bg_gallery_thumbs.gif) top left repeat-y;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	text-align: center;
	width: 160px;
}
ul#galleryThumbs li.thumbLeft {
	clear: left;
	float: left;
}

ul#galleryThumbs li.thumbRight {
	clear: right;
	float: right;
}

ul#galleryThumbs li a {
	border-top: 1px solid #231f20;
	display: block;
	padding: 0px 0;
	width: 160px;
}

ul#galleryThumbs li a:link, ul#galleryThumbs li a:visited {
	background-color: #231f20;
	color: #ffffff;
	text-decoration: none;
}

ul#galleryThumbs li a:hover, ul#galleryThumbs li a:active {
	background-color: #8daa06;
	color: #ffffff;
	text-decoration: none;
}

ul#galleryThumbs li a.thumbLink {
	border-top: 1px solid #231f20;
	display: block;
	padding: 0;
	width: 160px;
}

ul#galleryThumbs li a.thumbLink:hover, ul#galleryThumbs li a.thumbLink:active {
	background-color: #231f20;
}


/* product information */
#productInfo {
	float: left;
	padding: 10px 0;
	width: 370px;
}

#productInfo h1
{
	color:#000000;
}

#productInfo fieldset {
	border: none;
	overflow: hidden;
	padding: 10px;
	text-align: left;
	width: 340px;
}

#productInfo fieldset label {
	float: left;
	font-size: 100%;
	font-weight: bold;
	padding-right: 10px;
	width: 80px;
}

#productInfo fieldset select {
	float: left;
	font: 85% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	width: 200px;
}

a.link_cart {
	border: 1px solid #5d7004;
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
	margin-top:15px;
	padding: 6px 0 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 190px;
}

a.link_cart:link, a.link_cart:visited {
	background: #8daa06 url(/gothemes/img/common/btn_cart_out.gif) top left no-repeat;
	color: #ffffff;
}

a.link_cart:hover, a.link_cart:active {
	background: #8daa06 url(/gothemes/img/common/btn_cart_over.gif) top left no-repeat;
	color: #334b00;
}

#addedItem {
	background-color: #ffffcc;
	border-top: 1px solid #ffffff;
	height:70px;
	width: 710px;
}

#addedItem h4 {
	color: #8f0903;
	font-weight:bold;
	padding: 25px 0;
	text-align: center;
}

a.link_in_cart {
	border: 1px solid #5d7004;
	float: right;
	font-size: 120%;
	font-weight: bold;
	margin-bottom:5px;
	margin-left: 10px;
	margin-top:15px;
	padding: 6px 0 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 190px;
}

a.link_in_cart:link, a.link_in_cart:visited {
	background: #8daa06 url(/gothemes/img/common/btn_cart_out.gif) top left no-repeat;
	color: #ffffff;
}

a.link_in_cart:hover, a.link_in_cart:active {
	background: #8daa06 url(/gothemes/img/common/btn_cart_over.gif) top left no-repeat;
	color: #334b00;
}

/* ++ shopping cart process elements ++ */

/* cart tables */
table.cartTbl {
	margin: 0 0 10px 0;
	text-align: left;
	width: 470px;
}

table.cartTbl th {
	border-right: 1px solid #ffffff;
	background-color: #999999;
	color: #ffffff;
	padding: 10px;
}

table.cartTbl td {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 10px;
}

table.cartTbl tr.subTotal {
	background-color: #efefef;
}

table.cartTbl tr.subTotal td {
	padding: 10px 5px 10px 10px;
}

table.cartTbl tr td.link_row {
	padding: 10px 0;
}

table.cartTbl tr td.link_row a.link_cart {
	float: right;
}

table.cartTbl input {
	width: 65px;
}

table.summaryTbl {
	border: none;
	margin: 0 0 10px 0;
	width: 230px;
}

table.summaryTbl th {
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}

table.summaryTbl td {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px;
}

table.summaryTbl td em {
	color: #8f0903;
	font-style: normal;
}

div.singleColumnLast h3.summary, div.singleColumnLast_Cart h3.summary {
	background-color: #efefef;
	color: #999999;
}

/* voucher codes */
table.cartTbl tr.cartVoucher {
	background-color: #dfdfdf;
}

table.cartTbl tr.cartVoucher td {
	padding: 10px 5px 10px 10px;
}

table.cartTbl tr.cartVoucher input.codeText {
	margin: 0;
	text-align: left;
	width: 100px;
}

table.cartTbl tr.cartVoucher label {
	font-weight: bold;
}

table.cartTbl tr.cartVoucher input.btnApply {
	background-color: #8daa06;
	border: 1px solid #5d7004;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 2px 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 60px;
}

table.cartTbl tr.cartVoucher input.btnApply:hover {
	color: #334b00;
}

table.cartTbl tr.voucherSuccess td {
	background-color:#ffffcc;
	border-bottom: 1px solid #ffffff;
	color: #334b00;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

table.cartTbl tr.voucherFailed td {
	background-color: #ffcccc;
	border-bottom: 1px solid #ffffff;
	color: #8f0903;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}


/* progress bar */
#progressBar ul {
	background: transparent url(/gothemes/img/checkout/bg_progress_bar.gif) top left no-repeat;
	height: 50px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	width: 710px;
}

#progressBar ul li {
	float: left;
	height: 50px;
}

#progressBar ul li.step01 {
	background: transparent url(/gothemes/img/checkout/progress_step01.gif) top left no-repeat;
	width: 131px;
}

#progressBar ul li.step02 {
	background: transparent url(/gothemes/img/checkout/progress_step02.gif) top left no-repeat;
	width: 125px;
}

#progressBar ul li.step03 {
	background: transparent url(/gothemes/img/checkout/progress_step03.gif) top left no-repeat;
	width: 117px;
}

#progressBar ul li.step04 {
	background: transparent url(/gothemes/img/checkout/progress_step04.gif) top left no-repeat;
	width: 156px;
}

#progressBar ul li.step05 {
	background: transparent url(/gothemes/img/checkout/progress_step05.gif) top left no-repeat;
	width: 181px;
}

#progressBar ul li span {
	display: none;
}


/* shopping cart form elements */
fieldset#checkoutContent {
	border: none;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding-bottom: 1.5em;
	width: 470px;
}

.inputReg {
	font: 85% Arial, Helvetica, sans-serif;
	padding: 3px 0;
	width: 250px;
}

.selectReg {
	font: 85% Arial, Helvetica, sans-serif;
	width: 250px;
}

fieldset#checkoutContent label, fieldset#checkoutContent input, fieldset#checkoutContent select {
	float: left;
	margin-bottom: 10px;
}

fieldset#checkoutContent label {
	clear: both;
	font-size: 100%;
	padding-right: 10px;
	text-align: right;
	width: 150px;
}

fieldset#checkoutContent label.checkbox_label {
	width: 290px;
}

fieldset#checkoutContent label.mandatoryLabel {
	font-weight: bold;
}

div.cartdivider {
	border-top: 1px solid #dfdfdf;
	clear: both;
	height: 1px;
	margin: 10px 0 10px 10px;
	width: 460px;
}

div.cartdivider hr {
	display: none;
}
