@charset "utf-8";
/* CSS Document */
html, body, input, select, textarea, div, p, form
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body, html
{
	background-color:#333333;
}

p
{
	line-height: 1.4;
	margin: 12px 0;
}

.form
{
	margin-left: 100px;
}
.form label
{
	display: block;
	width: 180px;
	padding-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: left;
	float:left;
	text-align:right;
	font-weight:bold;
}

.form .checkLabel
{
	width: auto;
	float: left;
	margin: 4px 0 13px 0;
	text-align:left;
	clear: none;
}

.form .text, .form textarea, .form select
{
	margin-bottom: 10px;
	width: 200px;
}

.form .short
{
	width: 80px;
}

.form select.short
{
	width: 86px;
}

#main-container
{
	width: 960px;
	margin: 0 auto;
}

#container-repeat
{
	background: url(/images/main_bg_middle.gif) repeat-y;
	overflow: hidden;
	width: 840px;
}

a, input 
{  
    outline:none;  
} 

.errors
{
	border: 1px solid #ff9933;
	padding: 3px;
	margin: 5px 2px 10px 2px;
	clear: both;
}

.errors span
{
	display: block;
	background: #ffddbc url('/images/exclamation.gif') 18px 14px no-repeat;
	padding: 15px 0 15px 37px;
	line-height: 1.3;
}

/*****HEADER*****/	

#header
{
	width:954px;
	padding:40px 0 6px 3px;
	color:#ff9933;
	height:10px;
}

#header a:hover, #header a
{
	font-family:Arial, Helvetica, sans-serif;
	color: #ff9933;
	font-size:12px;
	font-weight:bold;
}

/*****END HEADER*****/




/*****MAIN CONTENT*****/

#main-content
{
	width:932px;
	background:white url(/images/arteater_content_top.gif) top left no-repeat;
	min-height:465px;
	/*padding-bottom:10px;*/
	border: 14px solid #ff9933;
	padding-top:11px;
}

#inner-content
{
	background:transparent url(/images/arteater_content_top.gif) no-repeat center top;
	height:30px;
}

#content-left
{
	width:641px;
	min-height:450px;
	padding:5px 15px 0 17px;
	border-right:#cccccc 1px solid;
	float:left;
}

#page-title
{
	background:transparent url(/images/arteater_background_page_title.gif) no-repeat;
	width:252px;
	height:36px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding: 7px 0 0 13px;
	text-transform:uppercase;
}


#content-right
{
	width:240px;
	float:right;
	/*padding:165px 25px 0 0;
	background-image:url(/images/logo_arteater.gif);
	background-repeat:no-repeat;*/
	padding: 5px 11px 0 0;
	min-height:285px;	
}


/*****MAIN NAV*****/

#content-right #logo
{
	padding-bottom:20px;
}

#content-right ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
#content-right li a{
	font-size:12px;
	font-weight:bold;
	display: block;
	background: transparent url(/images/arteater_background_nav.gif) 100% 0;
  	height: 47px;
	padding-left: 10px;
	line-height: 38px;
	text-decoration: none;
	color:#000000;
}	

#content-right li a:hover
{
	color: #6dbe45;
	background-position: 100% -47px;
}

	
#content-right li a.selected{
	color: #6dbe45;
	background-position: 100% -47px;
}

#content-right li.signup a{
	font-size:12px;
	font-weight:bold;
	display: block;
	background: transparent url(/images/arteater_background_nav_signup.gif) 100% 0;
  	height: 47px;
	padding-left: 10px;
	line-height: 38px;
	text-decoration: none;
	color:#ffffff;
}	
	
#content-right li.signup a:link, .content-right li.signup a:visited {
	color: #ffffff;
}

#content-right li.signup a:hover
{
	color: #000000;
}

	
#content-right li.signup a.selected{
	color: #ffffff;
}



/*****END MAIN NAV*****/


#page-bottom
{
	width:960px;
	height:14px;
	background-color:#ff9933;
	clear:both;
	margin-top:10px;
}

.contentblock
{
	padding:0 0 10px 10px;
}


.package
{
	margin-left: 2px;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.package h2
{
	width: 470px;
}

.package p
{
	width: 420px;
}

.package img
{
	float: right;
	clear: right;
}

.package .quantity
{
	float: right;
	padding-right: 47px;
}

.package .quantity label
{
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
}

.package .quantity input.text
{
	width: 25px;
	text-align: center;
}

.product
{
	margin: 0 0 10px 2px;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.product h2
{
	width: 470px;
}

.product p
{
	width: 420px;
}

.product img
{
	float: right;
	clear: right;
}

.productsbuynow
{
	height: 14px;
	padding: 10px 28px 0 0;
}

.productsbuynow input
{
	float: right;
}

.buybtn
{
	float: right;
	padding-right: 25px;
}

.detached
{
	margin-top: 25px;
	display: block;
	text-align: center;
}

.login .form
{
	margin-top:80px;
}

.login .errors
{
	width: 629px;
	position: absolute;
}

.dashboard
{
	margin: 34px 0;
}
.dashboard a
{	
	margin: 0 14px 0 2px;
}

.dashboard .last
{
	margin-right: 0;
}

#cplink
{
	color:#6DBE45;
	float: right;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	margin: 7px 0 0 0;
}

.howitworks-ordered-list
{
	padding:10px 30px;
	list-style-type:decimal;
	line-height:20px;
}

#howtoLink a
{
	clear:both;
	float:left;
	padding-bottom:10px;
}

/*****END MAIN CONTENT*****





/*****FOOTER*****/

#footer
{
	width: 960px;
	margin: 10px auto;
}

#footer #copyright
{
	float: left;
	color:#ffffff;
	width:235px;
}

#footer #footerNav
{
	float:left;
	text-transform: lowercase;
	font-weight: bold;
	color:#ffffff;
	width:420px;
}

#footer #footerNav a
{
	color:#ffffff;
	text-decoration:none;
}

#footer #footerNav a:hover
{
	color:#6dbe45;
	text-decoration:none;
}

#footer #hmd
{
	float: right;
	color:#666666;
	font-weight: bold;
	width:250px;	
	text-align:right;
}

#footer #hmd a
{
	color:#666666;
	text-decoration:none;
}

/*****END FOOTER*****/



/*****GALLERIES*****/
.reelitem
{
	display:inline;
}
/*****END GALLERIES*****/


/***** GRIDS *****/
.purchasegrid
{
	font-size: 13px;
	font-weight: bold;
}

.purchasegrid .altrow
{
	background: #f4f3f3;
}

.purchasegrid td
{
	border-bottom: 1px solid #cccccc;
}

.purchasegrid .col-qty
{
	width:30px;
	text-align: center;
	padding-right: 30px;
	font-weight: normal;
}

.purchasegrid .col-qtybox
{
	text-align: center;
	font-weight: bold;
}

.purchasegrid .col-price
{
	width: 80px;
	text-align: right;
	padding-right: 15px;
}

.purchasegrid .col-unit
{
	width: 80px;
	text-align: right;
	padding-right: 15px;
}

.purchasegrid th.col-qty 
{
	font-weight: bold;
}

.purchasegrid td.col-qtybox 
{
	padding: 5px 8px 4px 8px;
}

.purchasegrid td.col-qtybox input
{
	width: 25px;
	text-align: center;
}

.purchasegrid td, .purchasegrid th
{
	padding: 9px;
	font-weight: bold;
}

.purchasegrid .header th
{
	background: orange;
	color: White;
}

.grandtotal
{
	width: 508px;
	padding: 9px 15px;
	display: block;
	text-align: right;
	color: #ff9933;
	font-size: 15px;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
}

.grandtotalamount
{
	width: 73px;
	padding: 9px 15px;
	display: block;
	text-align: right;
	color: #ff9933;
	font-size: 15px;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
}
/***** END GRIDS *****/

.affiliate p
{
	width: 475px;
}

.preview
{
	width: 539px;
	margin: 20px auto;
	clear:both;
}

.preview h3
{
	text-align: center;
}

.preview .toplabel
{
	text-align:center;	
	margin: 0 auto;
	display:block;
	width: 200px;
}

.preview .bottomlabel
{
	text-align:center;
	margin: 0 auto;
	display:block;
	width: 200px;
}

#paging
{
	clear: both;
	width: 637px;
	margin: 10px auto;
}

#paging input
{
	width: 61px;
}

.nextprevbar
{
	height: 30px;
}

.nextprevbar #next-container
{
	float: right;
}

.nextprevbar #previous-container
{
	float: left;
}

#thumbnails
{
	height: 97px;
}

.blankthumb
{
	float: right;
}

.thumbbrowser
{
	float: left;
	width: 510px;
}

.coverthumb
{
	display: block;
	margin: 3px auto;
	
}

.layoutdone
{
	float: right;
}

.welcome
{
	font-weight: bold;
	color: #66cc33;
}

#myartwork
{
	width: 615px;
}
/*START POPUP WINDOW*/ 
 #layer1 a
 { 
      position: absolute; 
      visibility: hidden; 
      width: 500px; 
      left: 20px; 
      top: 300px; 
      background-color: #ccc;
      border: 1px solid #000;
      padding: 10px;
      z-index:1000;
 }

 #close 
 {
      float: right;
 }
 /*END POPUP WINDOW*/
 
 /****HOME PAGE****/
 
 #links-homepage
 {
     float:right;
     line-height:16px;
     margin-top:-2px;
     text-align:right;
 }
 
 #login-link
 {
    float:left;
    width:200px;
 }
 
/****END HOME PAGE****/
 
 /*****JOIN PAGE STYLES (GIFT)*****/
 
.join-options label
 {
	clear: none;
	display: inline;
	float: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: auto;	
 }
 
.discount-msg
{
	display: block;
	text-align: center;
}
 
.discount-msg strong
{
	font-weight: bold;
	color: #FF9933;
}	

.discount label
{
	clear: none;
	margin: 3px 20px 3px 0;
	padding: 0;
	line-height: 21px;
}

.discount input.text
{
	margin: 2px 0;
	padding: 2px;
	float: left;
}

.discount input.apply-btn
{
	width: 91px;
	float: left;
	margin-left: 20px;
}
 
 /*****END JOIN PAGE STYLES*****/
 
 /*****START POPUP WINDOW*****/
    #layer1 {
	    position: absolute;
	    visibility: hidden;
	    width: 500px;
	    left: 20px;
	    top: 300px;
	    background-color: #ccc;
	    border: 1px solid #000;
	    padding: 10px;
	    z-index:1000;
    }

    #close {
	    float: right;
    }
 /*****END POPUP WINDOW*****/
 
 .confirmation
 {
	text-align: center;	
 }