@import url(global.css);

/* HOME */

.home .highlight {
	font-size: 26px;
	line-height: 1.3em;
}

.home .highlight p {
	margin-bottom: .5em;
}

/* FEATURED */

.featured_product {
    text-align: center;
    margin: 0 auto;
}

.featured_label {
    color: #666;    
    float: left;
}

.featured_btn {
    float: right; 
}

.featured_detail { 
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}


/* BOOKS + PRINTS + POSTERS */

.books p, .prints p, .posters p, .giclée p, .cart p, .common p  {
	font-size: 15pt;
	line-height: 21pt;
	color: #666;
}

.prints #aside h3, .posters #aside h3, .giclée #aside h3, .books #aside h3{ 
	margin-bottom: 1em;
	color: #666;
	text-transform:uppercase;
	font-size: 10pt;
	line-height: 10pt;
}

.prints #aside h4, .posters #aside h4, .giclée #aside h4 {
	margin-bottom: 1em;
	color: #ACADA8;
	text-transform: uppercase;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;       
}

.prints #aside li, .posters #aside li, .giclée #aside li, .books #aside li {
	margin-bottom: .5em;
}

.prints #aside a, .posters #aside a, .giclée #aside a, .books #aside a {
	text-decoration: none;
}

.prints #aside h3 a:hover, .posters #aside h3 a:hover, .giclée #aside h3 a:hover, .books #aside h3 a:hover  {
	text-decoration: underline;
}

/*
.prints .glaser #aside li {
	margin-bottom: 1.5em;
}
*/

.glaser .pagination {
	margin-top: -10px;
}

.posters .thumbs li {
	margin: 0 5px 5px 0;
}

#product_thumbnail {
	margin-bottom:-20px;
}	 

/* SHOPPING CART */

.back {
	float: right;
	margin-top: 20px;
}

.cart table {
	width: 100%;
	border-collapse: collapse;
}

.cart td {
	padding: 20px 5px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	border-bottom: 2px solid #7e8075;
}

.cart .price {
	text-align: right;
	width:216px;
}

.cart table img {
	display: block;
}

.cart table input {
	width: 2em;
	padding: 3px;
	font: .9em Garamond, Times, serif;
	text-align: center;
	border: 1px solid #999;
}

.cart table .delete {
	font-size: .7em;
	text-transform: uppercase;
	text-decoration: none;
	color: #989898;
}

.cart table .delete:hover {
	color: #cf2037;
}

.actions {
	float: right;
	margin-top: 30px;
}

.actions li {
	margin-bottom: 10px;
}

.actions .btn {
	display: inline;
	width: 90px;
	text-align: center;
}

.product_title {
    text-decoration:none;
    font-weight: 600; 
    color:#666;
}

.terms_and_conditions_note {
	padding-left:32px;
}

/* CHECK OUT FORMS */

#ordering_info, #cc_info {
	margin-top: 20px;
}

.cart h3 em {
	font-size: .55em;
	text-transform: uppercase;
	font-style: normal;
	color: #989898;
}

.cart fieldset {
	width: 100%;
}

.cart fieldset p {
	font-size: 1.1em;
	margin-bottom: 1em;
	padding-bottom: .25em;
	border-bottom: 1px solid #999;
	font-weight: 600;
}

.cart fieldset p input {
	margin-top: -.4em;
}

.cart form p {
	min-height: 1px; /* we love IE! */
}

.cart form li {
	margin-bottom: 8px;
}

.cart ol {
	margin: 0 0 30px 50px;
}

.cart li label {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	font: .8em arial, sans-serif;
}

.cart input {
	vertical-align: middle;
}

.cart li input {
	width: 220px;
	padding: 3px;
	font-size: 1em;
	border: 1px solid #999;
}

.cart li select {
	width: 160px;
}

#ordering_info .btn {
	margin-left: 242px;
	float:left;
	margin-top:10px;
}

#cc_info .btn {
	margin-left: 9px;
}

.cart #cc_info li select {
	width: 120px;
	margin-right: 10px;
}

#cc_cw2 {
	width: 4em;
}

.calc td {
	padding: 2px 5px;
	border-bottom-width: 0;
}

.total td {
	padding: 8px 5px;
	border-top: 2px solid #7e8075;
}

.thx {
	font-size: 23px;
	line-height: 1.3em;
	color: #231f20;
}
.primary{
	float:left;
	padding-left:0px;
}

.secondary{
	margin-top:20px;
	margin-left:400px;
}

.login_submit {
    float:left;
}

.payment_details li label{
	width:170px !important;
}

/* HELP POPUP WINDOW*/

.main_popop{
	padding:2px;
}

.cvv_text{
	padding-left:5px;
	float:left;
	width:450px;
}
.cvv_images img{
	padding-top:50px;
}
.cvv_back{
	float: right;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 104px;
}

/* CHANGE ORDER OPTIONS POPUP WINDOW */

.options_popup {
	HEIGHT: 100%;
	margin: 5px auto;
	width: 90%;
	text-align: center;
	padding:0px;
	line-height: 1.4em;
}

.options_popup h3 {
    font-weight : 600;
}
.options_popup_inner {
	HEIGHT: 100%;
	margin: 30px auto;
	min-width:150px;
	width: 300px !important;
	text-align: left;
	padding:5px 72px;
}

ul.cart_product_options {
    font-size:  0.9em;
}

ul.cart_product_options li {
    padding-bottom: 10px;
}

/* SHIPPING AND DELIVERY METHOD*/

.shipping_address {
	float:left;
	width:350px;
	padding-bottom:25px;
	line-height:1em;
}
.shipping_address ul{
	list-style-type: none;
}
.shipping_address li{
	margin-bottom:3px;
}
.delivery_method {
   float:left;
   width:270px;
   line-height:1em;
} 
.delivery_method input{
	width:10px !important;
}
.delivery_method label{
	width:230px !important;
	padding-left:10px;
}
.delivery_method li{
	list-style-type: none;
}
.payment_method {
   float:left;
   width:270px;
   clear:right;
   line-height:1em;
} 

.payment_method input{
	width:10px !important;
}	

.payment_method label{
	width:230px !important;
	padding-left:10px;
}
.billing_address {
	float:left;
	width:350px;
	clear:both;
	line-height:1em;
}
.billing_address ul{
	list-style-type: none;
}
.billing_address li{
	margin-bottom:3px;
}
.shipping_address h4, .delivery_method h4, .billing_address h4, .payment_method h4 {
	color:#666;
	font-weight:bold;
}
.paypal_logo {
    float:left;
    padding-right:10px;
    padding-top:5px;
}
.paypal_text {
    display:inline !important;
    padding-left:0 !important;
}
.option {
    clear:both;
    padding-bottom:5px;
}
.modify{
	float:left;
}
.continue{
	padding-left:250px;
	padding-top:35px;
}
#dialog_message {
    width:620px;
    float:left;
}

.invoice {
    padding: 10px;
    background-color: #ffffff;
}

.common table label {
    padding-left:3px;
} 