/* v.1.0

TOC
-----------------
=global
=layout
=navigation
=progress bar
=forms
=typography
=links
=colors + styles

*/

/* =global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	font-weight: normal;
}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	color:#43aee3;
}
a:hover {
	text-decoration:underline;
	color:#43aee3;
}


/* =layout
------------------------------------------------------------------*/

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
	margin-top: 30px;
}

#header h1 a {
	float: left;
	text-indent: -9999px;
	width: 268px;
	height: 135px;
}

#checkout {
	float: right;
	display: inline;
	margin-right:10px;
	margin-top:-10px;
}

#checkout span.cart {
	display: block;
	margin-bottom: 5px;
}

#checkout span.itemcount {
	padding-left: 5px;
}

#nocheckout {
	float:right;
	display: inline;
	margin-bottom:37px;
	margin-right:40px;
}

#intro {
	clear: left;
	display: inline;
}

#mainwrapper {
	padding-top: 0px;
	clear: both;
}

#main {
	width: 724px;
	float: right;
	display: inline;
}

#footer {
	width: 600px;
	clear: both;
	margin-left:280px;
}

#footer p {
	clear: both;
	float: right;
	display: inline;
	padding-bottom: 30px;
	*width:170px;*
}

img.quote {
	margin-right:150px;
	margin-top:-20px;
	margin-bottom:15px;
	float:right;
}

#main .product_overview {
	margin-top:-15px;
}

#main .product_overview ul {
	margin-left:20px;
	font-family: Georgia, Times, serif;
	font-size:14px;
}

#main .product_overview_box_text {
	height:150px;
	*height:184px;*
}

#main .product_overview_box_text p {
	text-align:center;
	font-size:1.2em;
	padding-left:8px;
	padding-right:8px;
}

#main .product_overview_box_text h3 a {
	text-transform:uppercase;
	color:#333;
	font-size:1em;
}

.product_overview_box_img a img {
	border-color:#999;
	border-style:solid;
	border-width:1px;
	width:212px;
	height:191px;
	padding-top:10px;
}

.product_overview_order {
	bottom:0px;
	display:inline;
}

#main .product_overview_box {
	float: left;
	width: 230px;
	height:410px;
	*height:422px;*
	display: block;
	margin: 20px 8px 0 0;
	border: 1px solid #bdbdbd;
}

#main .gallery_img_box {
	float: left;
	width: 336px;
	height: 221px;
	display: block;
	margin: 8px 8px 0 0;
	padding:8px;
	border: 1px solid #bdbdbd;
}

.gallery_img {
	width:336px;
	height:221px;
}

.clear_margin {
	clear:both;
	margin-bottom:38px;
}

.clear {
	clear:both;
}

.img-left {
	float:left;
	margin-right:20px;
	margin-bottom:8px;
}

.img-right {
	float:right;
	margin-left:20px;
	margin-bottom:8px;
}

#home_wrapper {
	margin-bottom:16px;
}

#home_img {
	width:435px;
	height:548px;
	float:left;
}

#home_right {
	width:218px;
	float:right;
	margin-right:20px;
	text-align:right;
}

hr {
	color:#FFF;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#999;

}

/* =navigation
------------------------------------------------------------------*/

ul#topnav, #subnav ul, #footer ul {
	list-style-type: none;
}

ul#topnav {
	float: left;
	display: inline;
	margin: 10px 0 40px 30px;
	width:719px;
	height:40px;
}

ul#topnav li {
	float: left;
	display: inline;
}

ul#topnav li a {
	display: block;
	padding-top: 4px;
}

#subnav {
	width: 220px;
	float: left;
	display: inline;
	margin-bottom: 40px;
}

#subnav h3:first-child {
	margin-top: 0;
}

#subnav h3 {
	margin-top: 20px;
}

ul#footernav {
	float: right;
	display: inline;
}

ul#footernav li {
	float: left;
	display: inline;
}

ul#footernav li a {
	display: block;
	margin: 5px 0 0 20px;
}

ul.section_nav {
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

ul.section_nav li {
	float: left;
	display: inline;
	padding-right: 4px;
}

ul.section_nav li span {
	padding: 0 0 0 4px;
	color: #B7CF9B;
}

ul.set2 {
	position: relative;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}

ul.set2 li {
	float: left;
	display: block;
	border: 1px solid #C0C0C0;
	margin: 0 10px 10px 0;
	overflow: hidden;
	width: 155px;
	height: 175px;
	background-color:#FFF;
}

ul.set {
	position: relative;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	margin-bottom:10px;
}

ul.set li {
	float: left;
	display: block;
	border: 1px solid #C0C0C0;
	margin: 0 10px 10px 0;
	overflow: hidden;
	width: 155px;
	height: 175px;
	background-color:#FFF;
}

ul.set li img {
	max-height: 113px;
}

ul.set li.selected {
	border: 5px solid #2994ca;
	width: 150px;
	height: 167px;
}

ul.set li a.select {
	display: block;
}

ul.set li a.select img {
	border: 0;
}

a.detail {
	width: 20px;
	height:20px;
	background: url(../images/detail.jpg) right bottom no-repeat;
	text-align: right;
	float:right;
	margin-top:13px;
	margin-right:10px;
	color: #a1a69b;
}

.img_personalize {
	border-color:#FFF;
	border-width:8px;
	border-style:solid;
	margin-right:10px;
}

.images-p {
	float:left;
	border:1px solid #c0c0c0;
	margin:5px;
	background-color:#FFF;
	height:150px;
	width:155px;
	text-align:left;
	position:relative;
}

.images-p img {
	max-width:150px;
	max-height:100px;
	padding:5px;
}

.font {
	float:left;
	border:1px solid #c0c0c0;
	margin:5px;
	background-color:#FFF;
	height:100px;
	width:155px;
	text-align:left;
	position:relative;
}

.fontimg {
	margin-top:20px;
}

.font a.detail{
	position:absolute;
	bottom:5px;
	right:0px;
}

.font_radio {
	position:absolute;
	bottom:0px;
}

.custom_option {
	margin-bottom:15px;
	background: url(../images/stripebg.png);
	padding:10px;
}

.priceinfo {
	margin-bottom:15px;
	background: url(../images/stripebg.png);
	padding:10px;
}

#price_calc {
	/*background: url(../images/price_calc.png);*/
	background-color:#e9edef;
	padding:10px;
	border-color:#009ccf;
	border-style:solid;
	border-width:2px;
}

.option_desc {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #7b7b7d;
	font-style:italic;
}

.shop_item {
	margin-bottom:15px;
	padding:10px;
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
}

.shop_item h4 {
	font-size: 14px;
	color: #96a3a9;
	padding-bottom: 3px;
	padding-top:12px;
}

.shop_item_total {
	font-size:1.6em;
}

#price_calc_col1 {
	float:left;
	margin-right:20px;
	width:450px;
}

#price_calc_col2 {
	float:right;
	width:220px;
}

.gc_chooser {
	margin-left:8px;
	margin-top:5px;
}


/* =progress bar
------------------------------------------------------------------*/

ul.progress {
	list-style-type: none;
	font-size: 12px;
	margin-bottom:65px;
	width: 100%;
	clear:both;
}

ul.progress li {
	float: left;
	display: inline;
	padding: 2px 16px 2px 16px;
}

ul.progress li {
	background-color:#46b7dc;
	background: url(../images/progress_bg.jpg) top repeat-x;
	color: #fff;
}

ul.progress li.previous {
	color: #fff;

}

ul.progress li.active {
	color: #ffffff;
	border-left-color:#FFF;
	border-left-width:2px;
	border-left-style:solid;
	border-right-color:#FFF;
	border-right-width:2px;
	border-right-style:solid;
	height:25px;
	margin-top:0px;
	padding-top:14px;
	font-size:14px;
	background: url(../images/progress_active.jpg) top repeat-x;
	background-color:#b5e8f8;
}

ul.progress li.final {
	color: #fff;
}

ul.progress li.final.active {
	color: #fff;
}

/* =forms
------------------------------------------------------------------*/

form#checkfullset {
	font-size: 12px;
}

form#checkfullset input {
	float: left;
	margin-right: 10px;
}

form#checkfullset span {
	float: left;
	padding-top: 3px;
}

/* =typography
------------------------------------------------------------------*/

body {
	font-size: 66%;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	line-height: 18px;
}

#main h1, #main h2, #main h3, #main h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
}

#main h1 {
	font-size: 26px;
	margin-bottom: 35px;
}

#main h2 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top:20px;
	color:#43aee3;
}

#main h3 {
	font-size: 18px;
	color: #96a3a9;
	margin-bottom: 14px;
	margin-top:20px;
}

#main h4 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top:20px;
	color:#43aee3;
}

#subnav h3, .product_overview p {
	font-family: Georgia, Times, serif;
}

#subnav h3 {
	font-size: 18px;
	margin-bottom:4px;
}

p {
	font-size:13px;
	line-height:19px;
	color:#3b3930;
}

ul#topnav li a {
	font-size: 17px;
	text-decoration:none;
	margin-left:22px;
	margin-top:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#subnav {
	text-align: right;
}

.product_overview p {
	font-size: 14px;
}

.product_overview h3 {
	text-align: center;
	margin: 10px 0;
}

.product_overview ul li p {
	margin: 0 15px;
}

.intro {
	font-size:14px;
	line-height:21px;
	color:#bc9e4f;
}

.date {
	color:#999;
	margin-top:-8px;
	margin-bottom:-8px;
}

.listmargin {
	margin-left:20px;
}

.light {
	color:#999;
}

/* =links
------------------------------------------------------------------*/

ul#topnav li a {
	color: #FFF;
}

ul#topnav li a:hover {
	color: #2D3A02;
}

span.itemcount a {
	color: #47b1e6;
}

span.itemcount a:hover {
	color: #47b1e6;
}

#subnav ul li a {
	color: #9a9fa4;
	font-size:11px;
	text-decoration:none;
}

#subnav ul li a:hover {
	color: #4F4F4F;
}

ul.section_nav li a {
	color: #43aee3;
}

ul.section_nav li a:hover {
	color: #43aee3;
}

ul#footernav li a {
	color: #87c0dc;
}

ul#footernav li a:hover {
	color: #4d89a6;
}

#footer p {
	color: #b8c0c6;
	font-size:11px;
	margin-top:20px;
}

#footer p a {
	color: #a6b9c3;
}

#footer p a:hover {
	color: #43aee3;

}

a.nextstep {
	float: right;
	display: block;
	width: 96px;
	height: 34px;
	background: url(../images/next.png) top center no-repeat;
	text-align: center;
	padding-top: 8px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
}

.product_overview a img {
	border: 0;
	display: block;
	margin: 0 auto;
}

.product_overview h3 a {
	color: #bdbdbd;
}

.product_overview h3 a:hover {
	color: #9F9F9F;
}

/* =colors + styles
------------------------------------------------------------------*/

body {
	border-top: 4px solid #167db1;
	background: #FFF;
	color: #333;
}

.bg_img {	
	background-repeat:no-repeat;
	background-position:center top;
}

#header h1 a {
	background: url(../images/paperqueen_logo.jpg) top no-repeat;
}

ul#topnav {
	background: url(../images/navbg.png);
	background-repeat:no-repeat;
}

#subnav h3, #subnav h3 a {
	color: #43aee3;
}

#subnav span {
	color: #000;
}

#checkout {
	color: #737373;
}

#checkout span.itemcount {
	color: #b9c4ab;
}

#footer {
	border-top: 1px solid #DDD;
	margin-top:25px;
}

.product_overview p {
	color: #505a44;
}

.product_overview h2 {
	color: #2e2e2e;
}

.product_overview_box_text p {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

.colorchooser{
   width:25px;
   height:20px;
   border:1px solid black;
   float:left;
}

.c_input{
	float: left;
}

.color_wrap{
	float:left;
	border: 1px solid #a3b7be;
	margin-right:10px;
}

.form_text{
	width:450px;
}

.form_textarea{
	width:450px;
	height:80px;
}

.form_gc{
	display:none;
}

.form_error {
	padding:6px;
	background: url(../images/errorbg.png);
	margin-bottom:-5px;
}

.form_success {
	padding:6px;
	background: url(../images/successbg.png);
	margin-bottom:-5px;
}

.alert {
	padding:10px;
	background: url(../images/successbg.png);
}

#success {
	float:right;
	margin-top:60px;
	margin-right:10px;
}

#error {
	float:right;
	margin-top:60px;
	margin-right:10px;
}
.subnav_active {
	font-style:normal;
	font-weight:bold;
}

.money td{
	font-size: 12px;
}
 .right{
	text-align: right;
}

.total td{
	border-top: 1px solid black;
	font-weight: bold;
}


.list-margin {
	margin-left:20px;
}
