/* GLOBAL */
html {
	height: 100%;
	margin-bottom: 1px;
}
BODY{
	margin:0; padding:0;
	background: #D0CEB5 url(images/background.png) repeat-x;
}
BODY, TH, TD, H1, H2, H3, H4, H5, P, DIV, SPAN {
	color:#60525b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
A {
	color: #738782;
	text-decoration:underline;
}
A:hover {
	color: #ff6600;
	text-decoration:none;
}

h1 { font: normal 2em Georgia, "Times New Roman", Times, serif; line-height:1em; }
h2, h3, h4, h5, div, form { padding: 0; margin: 0; }
h2 a { display:block; margin: 7px 0; }
h1, p, ul, ol { margin-top: 0; margin-bottom: 14px; }
img { border: 0; }
h3 { font-family: Georgia, "Times New Roman", Times, serif; }
h2, h3, h4, h5 { font-size: 1em; }
h5 { display: inline; }
form { display:inline; }
select { margin-bottom: 3px; }
p { margin-top:5px; }
hr { color: #658180; background-color: #658180; height: 1px; border: 1px solid #658180; }


.clear {
	clear:both;
}
.floatleft {
	float: left;
}
.floatright {
	float:right;
}
.textleft, .alignleft{
	text-align:left;
}
.textright, .alignright{
	text-align:right;
}
.textcenter, .aligncenter{
	text-align:center;
}


/* Navigation */
#topbar {
    width: 1003px;
	height:155px;
   	margin: 0px auto;
	text-align: left;
}
#topright{
	float:left;
	width: 307px;
}
#toplinks{
	text-align: left;
	height:31px;
	background: transparent url(images/toplinks.jpg) no-repeat;
	font-size:10px;
	font-weight:bold;
	padding-top: 6px;
	padding-left: 38px;
}
#toplinks a{
	color:#FFFFFF;
	text-decoration:none;
}
#toplinks a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* Content  Body */

#mainbody {
	width: 982px;
	padding-left:10px;
	padding-right:11px;
	margin:auto;
	clear:both;
	background: #fff url(images/back.jpg) repeat-y;
	padding-top:20px;
	padding-bottom:10px;
	z-index: 1;
}
#subnav{
	float:left;
	width:162px;
}
#content_home, #content{
	float:right;
	width:790px;
	padding-left: 0px;
}
#content {
	background-color: #ffffff;
}

/* SUBNAV - CATTREE */
#cattree {
	border:1px solid #dce0e0;
	border-top: none;
}
#subnav ul#first{
	list-style-type:none;
	margin:0 0 0 0px;
	width:100%;
	padding:0 0 0 0px;
}
#subnav li {
	background-color: #ffffff;
	font-size:10px;
}
#subnav * li a {
	display: block;
	color: #738782;
	text-decoration:none;
	padding: 2px;
}
#subnav * li b {
	display: block;
	color: #738782;
	padding: 2px;
}

#subnav li a:hover {
	color:#ff6600;
	background-color: #F0EDD1;
}
#subnav li ul {
	list-style-type:none;
	margin: 0 0 0 10px;
	padding:0 0 0 0px;
}
#subnav li.subcategory {
	background-color: #ffffff;
	font-size:10px;
}
#subnav li.subcategory a {
	color: #738782;
	text-decoration:none;
	display: block;
}
#subnav li.subcategory a:hover {
	color:#ff6600;
}
#subnav li.subcategory a:visited:hover {
	color:#ff6600;
}

.headlines{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:30px;
	padding-top:8px;
	padding-bottom:8px;
	background-image:url(images/headlines.jpg);
	background-repeat:no-repeat;
	clear:both;
}
.headlineInclude{
	color:#637e7d;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:135px;
	padding-top:20px;
	padding-bottom:15px;
	background-image:url(images/headline.jpg);
	background-repeat:no-repeat;
	border-bottom:#FFFFFF 5px solid;
	margin:0 0 0 0px;
	clear:both;
	background-position: center;
}
.headline{
	color:#637e7d;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:10px;
	background-image:url(images/headline.jpg);
	background-repeat:no-repeat;
	border-bottom:#FFFFFF 10px solid;
	margin:0 0 0 0px;
	clear:both;
}
.headline h1{
	margin:0 0 0 0px;
	color:#637e7d;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.headline h2{
	margin:0 0 0 0px;
	color:#637e7d;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.headline h3{
	margin:0 0 0 0px;
	color:#637e7d;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.copys{
	border-bottom:#dce0e0 1px solid;
	border-left:#dce0e0 1px solid;
	border-right:#dce0e0 1px solid;
	padding:5px;
	font-size:10px;
}
.copy{
	padding:5px;
	clear:both;
}
.imgBorder{
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.footer{
	width:983px;
	height:78px;
	padding:10px;
	font-size:9px;
	color:#FFFFFF;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	MARGIN: 0px auto;
}
.footerlinks{
	float:left;
	line-height:18px;
	font-size:9px;
	width:150px;
}
.copyright{
	float:right;
	font-size:9px;
	color:#FFFFFF;
	width:533px;
	text-align:right;
	line-height:18px;
}
.footerlinks a{
	color:#FFFFFF;
	text-decoration:none;
}
.footerlinks a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.copyright a{
	color:#FFFFFF;
	text-decoration:none;
}
.copyright a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.imgleft{
	float:left;
}
.imgright{
	float:right;
}
/* CTGY */
#nextbutton {
	margin-top: 25px;
	clear:right;
	float:right;
}
#prevbutton {
	margin-top: 25px;
	clear:right;
    float:left;
}
.catrow {
    float:right;
    margin: 10px 0;
    width:760px;
    }
.prodbutton {
	margin: 7px auto;
}
.prodcolumn {
    float:left;
	width:370px;
	padding-right: 10px;
	text-align:center;
}
.thumb {
	margin-right: 15px;
	display:block;
	margin: 10px auto;
}
/* ACCOUNT PAGES */
#account {
	padding: 0 100px;
}
.account_column {
	width: 50%;
	float:left;
}
.account_column h5 { width: 180px; clear: both; }
.account_column input { margin-bottom: 3px; display:block; margin-left: 180px; }
.account_column select { margin-bottom: 3px; display:block; margin-left: 180px; }
.paymentdetail {
	width: 130px;
	display:block;
	height: 26px;
	float:left;
}
.invalid {
	color: #FF0000;
}
.pad {
    margin-top: 25px;
}
/* BASKET */
#total {
    padding: 10px 0 0 10px;
    text-align:right;
}
.baskettext_left{
	padding: 3px 15px 0 10px;
    vertical-align: top;
}
.baskettext_left h4 { margin: 1px 0 2px 0; }
.baskettext_right{
	padding: 3px 0 0 10px;
	text-align: right;
    vertical-align: top;
}
.baskettext_right h4 { margin: 1px 0 2px 0; }
.priceeach {
	text-align:right;
	width: 80px;
	margin-left: 5px;
	float:right;
}
/* PRODUCT PAGES */
h1#prodname {
	font-size: 1.6em;
	margin-bottom: 5px;
	line-height:1.2em;
}
#prodadd {
	display:inline;
	position:relative;
	top: 5px;
}
.prodimage {
	margin-right: 20px;
	float:left;
}
/* PRODUCT LIST */
.alt_row_color {
	background:#f9f6e4 ;
}
.account_column .listheader {
	padding: 0 5px;
}
.listheader {
	background: #627f7d url(images/bg_td_head.png) repeat-x;
	color: #ffffff;
	height:22px;
	padding: 4px 5px;
}
.listheader h4 {
	color: #ffffff;
	margin: 0;
}
.productlist_row {
	padding: 4px 6px;
	width: 578px;
	float:right;
}
.productlist_row form { display:inline; float:right; }
.productrow_text{
	width: 350px;
	padding-top: 2px;
	float:left;
}
.productrow_text .floatleft { max-width: 270px; width:expression(document.body.clientWidth > 272? "270px": "auto" ); }
.productleft{
	float:left;
	position:relative;
	width:300px;
	padding-bottom:20px;
	padding-top:10px;
}
.productright{
	float:right;
	width:460px;
	padding-bottom:20px;
	padding-top:10px;
}
.productleft2{
	float:left;
	position:relative;
	width:440px;
	padding-bottom:20px;
	padding-top:10px;
}
.productright2{
	float:right;
	width:320px;
	padding-bottom:20px;
	padding-top:10px;
}

/* Category Page -- Round Outline around categories. */
.round_frame {
	width: 100%;
	margin-bottom: 6px;
}
.round_frame .round_content {
	border-left: 1px solid #e9b271;
	border-right: 1px solid #e9b271;
	padding: 0 10px;
	background-color: #fff;
	clear: both;
}
.round_frame .topleft,
.round_frame .topright,
.round_frame .bottomleft,
.round_frame .bottomright {
	width: 50%;
	height: 10px;
	line-height: 10px;
	float: left;
}
.round_frame .topleft{
	background: transparent url('images/outline.png') no-repeat left top;
}
.round_frame .topright{
	background: transparent url('images/outline.png') no-repeat right top;
}
.round_frame .bottomleft{
	background: transparent url('images/outline.png') no-repeat left bottom;
}
.round_frame .bottomright{
	background: transparent url('images/outline.png') no-repeat right bottom;
}

/* Product Page with card preview */
#tab1_content {

}
#tab1_content, #tab2_content, #tab3_content {
    border-bottom: 1px solid #e7b368;
}
#tab2_content textarea {
    width: 233px;
    height: 90px;
    text-align: center;
}
#tab3_content textarea {
    width: 233px;
    height: 90px;
    text-align: left;
}

#tab2_content select, #tab3_content select{
	width: 155px;
	height: 20px;
}
.prod_img {
    border: none
}
#inv_interior, #inv_envelope_interior {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border: none;
    text-align: left;
}
#inv_preview {
    overflow: hidden;
}

#card_interior, #envelope_interior {
    width: 420px;
    height: 300px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border: none;
    text-align: left;
}
#card_preview {
    margin: 150px 0 0 1px;
    overflow: hidden;
}
#envelope_interior {
	text-align: left;
	position: relative;
}
#envelope_image {
	margin: 1px;
	/*
	height: 85px;
	width: 85px;
	*/
	border: none;
	float: left;
}
#envelope_preview {
    margin: 15px 0 0 0;
    overflow: hidden;
    z-index: 2;
}

.related {
    border-collapse: collapse;
    border: 1px solid #5f797a;
    background: #627f7d url(images/bg_related.gif) repeat-x;
    width: 190px;
    text-align: center;
}
.related td {
    padding: 15px 0 0 0;
}
.related div {
    width: 160px;
    height: 230px;
    padding: 5px;
    background: white;
    border: 1px solid #5f797a;
}
.related img {
    border: none;
}

/* Basket */

.btncontshop, .btncheckout {
	width: 113px;
	height: 29px;
	border: none;
	cursor: pointer;
	color: #658180;
	text-align: center;
	font-weight: 500;
	font-family: Arial, helvetica, sans-serif;
	padding-bottom: 3px;

}
.btncontshop {
	background: transparent url(graphics/00000001/btnBlank113x29.gif) no-repeat;
	font-size: 13px;
	letter-spacing: -.04em;
}
.btncheckout {
	background: transparent url(graphics/00000001/btnBlank113x29.gif) no-repeat;
	font-size: 16px;
}
.overline td {
	border-top: 1px solid #658180;
	padding-top; 6px;
}
.underline td {
	border-bottom: 1px solid #658180;
}

/* One image file, many buttons */
.submit60, .submit80, .submit100, .submit120, .submit140, .submit160, .submit200 {
	height: 30px;
	color: #658180;
	border: none;
	font: 500 16px Arial, helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	padding: 0 0 3px 0;
	margin: 0;
}
.submit60 {
	width: 60px;
	background: url('images/buttons.png') left 0 no-repeat;
}
.submit80 {
	width: 80px;
	background: url('images/buttons.png') left -30px no-repeat;
}
.submit100 {
	width: 100px;
	background: url('images/buttons.png') left -60px no-repeat;
}
.submit120 {
	width: 120px;
	background: url('images/buttons.png') left -90px no-repeat;
}
.submit140 {
	width: 140px;
	background: url('images/buttons.png') left -120px no-repeat;
}
.submit160 {
	width: 160px;
	background: url('images/buttons.png') left -150px no-repeat;
}
.submit200 {
	width: 200px;
	background: url('images/buttons.png') left -180px no-repeat;
}

/* Special Basket Button */
.btn_edit {
	height: 20px;
	color: #658180;
	border: none;
	font: 500 11px Arial, helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	padding: 0 0 1px 0;
	margin: 0;
	width: 50px;
	background: url('images/btn_small.gif') left 0 no-repeat;
}
