body.shopPages #container {
	padding-bottom: 75px;
}

body.shopPages.popup #container {
	padding-bottom: 23px;
}

body.shopPages.popup .copy {
	padding-top: 23px;
}

body.shopPages.popup #title {
	position: relative;
	margin-bottom: 8px;
}

body.shopPages.popup #title .closeButton {
	position: absolute;
	right: 4px;
	top: 5px ;
}

body.shopPages .clear {
	line-height: 1px;
	margin: -1px 0 0 0 !important;
}

#miniBag {
	background: transparent url(/images/bg_miniBag.gif) bottom right no-repeat;
	font-size: 12px;
	width: 430px;
	position: absolute;
	top: 110px;
	right: 57px;
	padding: 68px 55px 4px 0;
	vertical-align: bottom;
	color: #b6b8a7;
	text-align: right;
}

#miniBag em {
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

#miniBag a {
	text-decoration:none;
	color:#CCCDC2;
}

.shopContent {
	font-size: 12px;
	margin: 35px 0 0 0;
}

.shopHeader {
	font-weight: bold;
	font-size: 12px;
	background: #E7E9DF;
	padding: 7px 0 7px 3px;
	text-align: left;
}

.shopHeader span.right {
	float: right;
	padding-right: 8px;
}

.shopHeader span.left {
	float: left;
}

.shopText {
	margin: 0 0 40px 0;
}

.subdued {
	font-style: italic;
	color: #a8a8a8;
}

.thumbList td {
	font-size: .7em;
	text-align: center;
	padding: 0 24px 15px 0;
}

.thumbList td img {
	margin: 0 0 2px 0;
}

.thumbList td.last {
	padding: 0 0 15px 0;
}

.thumbList td a,.thumbList td a:hover,.thumbList td a:visited,.thumbList td a:active {
	color:#000;
}

.shopFooter {
	border-top: 1px solid #e7e9df;
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	width: 700px;
}

.shopFooter .info {
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 1.5em;
}

.shopFooter .info a.serviceEmail {
	border-bottom: 2px solid #bfbfbf;
}

.shopFooter .info a.serviceEmail:hover {
	text-decoration: none;
}

.shopFooter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 0;
	text-transform: uppercase;
}

.shopFooter a,
.shopFooter a:visited {
	color: #000000;
}

.shopFooter a:hover {
	color: #A80000;
}

.shopFooter ul li {
	padding: 2px 0 2px 13px;
	background: transparent url(/images/bg_navArrow.gif) 0 5px no-repeat;
}

.shopFooter .col {
	float: left;
	width: 240px;
}

.shopFooter .col2 {
	width: 240px;
}

.shopFooter .col3 {
	width: 220px;
}

.shopSingle {
	font-size: 12px;
	margin-top: 3px;
}

.shopSingle .shopLeft {
	width: 338;
	padding: 0;
	margin: 0;
	float: left;
}

.shopSingle .shopLeft .subtitle {
	padding: 8px 0 0 0;
	text-align: center;
}

.shopSingle .shopRight {
	width: 337px;
	padding: 0;
	margin: 0 0 0 25px;
	float: right;
}

.shopSingle .shopRight h3 {
	margin: 15px 0 0 0;
	font-size: 1em;
	text-transform: uppercase;
}

.shopSingle .shopRight p {
	margin: 3px 0 10px 0;
}

.shopSingle .shopRight h3.first {
	margin-top: 0;
}

.shopSingle .shopRight .cartInsert {
	margin: 20px 0 0 0;
	padding: 8px;
	background: #f7f8f4;
}
.shopSingle .shopRight .cartInsert p {
	color: #545454;
}

.shopSingle .shopRight .cartInsert p.error {
	color: #FF0000;
}

.shopSingle .shopRight .cartInsert .options {
	margin: 0 0 10px 0;
}

.shopSingle .shopRight .cartInsert select {
	margin: 0 4px 0 0;
}

.shopSingle .shopRight .cartInsert form {
	margin: 0; padding: 0;
}

.shopSingle ul.singleThumbs {
	list-style-type: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.shopSingle ul.singleThumbs li {
	display: block;
	width: 75px;
	height: 100px;
	padding: 0 12px 10px 0;
	margin: 0 !important;
	float: left;
}
.shopSingle ul.singleThumbs li.last {
	padding-right: 0;
}
.shopSingle ul.singleThumbs li.clear {
	padding: 0;
	margin: 0;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	width: 100%;
	clear: both;
}

table.cartTable {
	width: 100%;
	font-size: 12px;
}

.narrowInner table.cartTable {
	margin-bottom: 30px;
}

table.cartTable th {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: #E7E9DF;
	padding: 7px 0 7px 3px;
	text-align: left;
}

.narrowInner table.cartTable th {
	background: #EFF1EA;
}

table.cartTable td {
	padding: 10px 0 0 3px;
	text-align: left;
}

.narrowInner table.cartTable th,
.narrowInner table.cartTable td {
	padding-left: 10px;
}

table.cartTable td.col1 {
	
}

table.cartTable .col2 {
	width: 70px;
}

table.cartTable .col3 {
	width: 130px;
}

table.cartTable .col2,
table.cartTable .col3 {
	text-align: center;
}

table.cartTable td.col4,
table.cartTable td.col5 {
	width: 67px;
}

table.cartTable td.col6 {
	width: 20px;
}

table.cartTable.overviewCart {
	margin-bottom: 20px;
}

table.cartTable.orderHistory {
	margin-bottom: 20px;
}

table.cartTable.orderHistory th {
	background: #FFFFFF;
	padding: 0;
}

table.cartTable.orderHistory th span {
	display: block;
	background: #E7E9DF;
	margin: 0 15px 0 0;
	padding: 5px;
}

table.cartTable.orderHistory th.col3 span {
	margin: 0;
}

table.cartTable.orderHistory td.col2,
table.cartTable.orderHistory th.col2 {
	width: 220px;
	text-align: left;
}

table.cartTable.orderHistory td.col3,
table.cartTable.orderHistory th.col3 {
	width: 220px;
	text-align: right;
}

table.cartTable.orderHistory td.col3 {
	padding-right: 5px;
}

table.cartTable tr.subtotal td {
	font-weight: bold;
	text-transform: uppercase;
}

table.cartTable tr.subtotal td.subtotalLabel {
	text-align: right;
	padding-right: 60px;
}

table.cartTable tr.subtotal.subtotalItem td.subtotalLabel {
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

table.cartTable tr.couponRow td {
	text-align: right;
}

table.cartTable tr.couponRow td label,
table.cartTable tr.couponRow td input.text {
	display: inline;
	margin: 0;
}

table.cartTable tr.couponRow td input.text {
	width: 70px;
}

.shopFlow {
	background: #EFF1EA;
	padding: 2px;
	margin: 15px 0 0 0;
	height: 25px;
}

.shopFlow .leftButton {
	float: left;
	width: 340px;
	margin:0; padding: 0;
}
.shopFlow .rightButton {
	float: right;
	width: 340px;
	text-align: right;
	margin:0; padding: 0;
}

.gtLogo {
	text-align: center;
	padding: 50px 0 25px 0;
}

.gtLogo.minorLeading {
	padding: 10px 0 0 0;
}

/* Shop-specific form styles */
body.shopPages form {
	font-size: 12px;
}

body.shopPages form label {
	text-transform: uppercase;
	font-size: 12px;
	float: none;
	padding: 0 0 4px 0;
}

body.shopPages form input {
	float: none;
}

body.shopPages form textarea {
	background: #E7E9DF;
	width: 275px;
	padding: 2px;
	margin-top: 5px;
	border: 0;
}

body.shopPages td.captcha {
	padding-top: 5px;
	padding-bottom: 5px;
}



body.shopPages form .shopSubmit {
	padding-top: 5px;
	text-align: right;
}

body.shopPages form .shopSubmit .loginLinks {
	width: 160px;
	float: right;
}

body.shopPages form .shopSubmit.left {
	text-align: left;
}

body.shopPages form .shopSubmit.loginSubmit input {
	float: left;
}

body.shopPages form .shopSubmit.loginSubmit p {
	margin: 0;
	padding: 5px 0;
}

body.shopPages form .shopSubmit.loginSubmit a,
body.shopPages form .shopSubmit.loginSubmit a:visited {
	color: #000000;
	text-decoration: underline;
}

body.shopPages form .shopSubmit.loginSubmit a:hover {
	text-decoration: none;
	color: #A80000;
}

body.shopPages form .error {
	color: #FF0000;
	font-size: 12px;
}

body.shopPages form .specialCheck {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
}

body.shopPages form .specialCheck table {
	margin: 0 60px 30px 60px;
	font-size: 12px;
	font-weight: bold;
}

body.shopPages form .specialCheck td {
	padding: 5px;
}

body.shopPages form .specialCheck label {
	display: inline;
	text-transform: none;
}

body.shopPages form .error input.text {
	background: #ffd5d5;
}

body.shopPages form select {
	margin: 5px 0;
}

body.shopPages form select.inlineSelect {
	margin: 5px 5px 5px 0;
}

/* The checkout pages */
body.shopPages .checkoutWrap {
	padding: 30px 0 0 0;
}

body.shopPages .narrowInner .inner {
	width: 530px;
	margin: 0 auto;
	text-align: left;
}

body.shopPages .narrowInner {
	text-align: center;
}

body.shopPages .checkoutWrap a {
	color: #000000;
	text-decoration: underline;
}

body.shopPages .checkoutWrap a:hover {
	text-decoration: none;
}

body.shopPages .checkoutWrap a.addProfile {
	cursor: pointer;
	padding: 0 25px 4px 0;
	background: transparent url(/images/btn_addPlus.gif) top right no-repeat;
}

body.shopPages .checkoutWrap a.addProfile:hover {
	text-decoration: none;
}

body.shopPages .checkoutWrap .left,
body.shopPages .checkoutWrap .right {
	width: 340px;
	margin-bottom: 30px;
	float: left;
}

body.shopPages .checkoutWrap .right {
	float: right;
}

body.shopPages .narrowInner .left,
body.shopPages .narrowInner .right {
	width: 240px;
	float: left;
}

body.shopPages .narrowInner .right {
	float: right;
}

body.shopPages .checkoutWrap h3 { 
	text-transform: uppercase;
	font-size: 1em;
}

body.shopPages .checkoutWrap h3 span { 
	text-transform: none;
}

body.shopPages .checkoutWrap h2 { 
	background: #EFF1EA;
	padding: 5px;
	font-size: 12px !important;
	margin-bottom: 5px;
	zoom: 1;
}

body.shopPages .checkoutWrap h2 .right {
	width: 82px;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0 3px 0 0;
	position: relative;
}

body.shopPages .checkoutWrap h2 .right input.profileRadio {
	position: absolute;
	height: 13px;
	line-height: 13px;
	right: -25px;
	top: 2px;
}

body.shopPages .checkoutWrap h2 .left {
	float: left;
	margin: 0;
	width: 134px;
}

body.shopPages .checkoutWrap .profileContent { 
	margin: 0 0 20px 0;
}

body.shopPages div.text {
	margin: 0 0 30px 10px;
}

body.shopPages .productModelGallery .left {
	width: 600px;
	float: left;
}

body.shopPages .productModelGallery .right {
	width: 80px;
	float: right;
}

body.shopPages .productModelGallery .thumbImage {
	margin: 0 0 10px 0;
}

body.shopPages .productModelGallery .thumbImage.miniGalleryThumb {
	text-align: right;
}