
@charset "utf-8";

/* GLOBAL PROPERTIES */

body {
	color: #fcfcfc;
	font-size: 12px;
	font-family: "Tahoma",Helvetica,sans-serif;
	background-image: url(../static/images/bg_main4.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color: #1b0000;
	text-align: center;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
}

a:link {
	color:#D31405;
	font-family:"Tahoma",Helvetica,sans-serif;
	text-decoration:underline;
font-size: inherit;
}
a:active {
	color:#D31405;
	font-family:"Tahoma",Helvetica,sans-serif;
	text-decoration:underline;
font-size: inherit;
}
a:visited {
	color:#D31405;
	font-family:"Tahoma",Helvetica,sans-serif;
	text-decoration:underline;
font-size: inherit;
}
a:hover {
	color:#FF1200;
	font-family:"Tahoma",Helvetica,sans-serif;
	text-decoration:none;
font-size: inherit;
}

h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #f67a16;
  font-size:20px;
  padding:5px;
  line-height:24px;
  border-bottom: 1px solid #313131; 
  margin-left:-20px;
}
h2 {
	font-size:1.25em;
	color: #f67a16;
}

.feedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#543656;
	background-image:url(../static/images/bg_contentH2.jpg);
	background-repeat:no-repeat;
	background-position: -4px -4px;
	padding-bottom: 8px;
}

img {
	border:none;

}

hr {
        border:none;
        border-top:dotted 1px #cecece;

}

.showme {
  border: 1px dashed red;
}


/* HEADER PROPERTIES */

#preheader {
	border:0 dashed black;
	height:20px;
	padding:10px 0;
	width:948px;
        margin-left:auto;
	margin-right:auto;
	 
}
#mainheader {
	background-image: url(../static/images/FSR_header.jpg);
	background-repeat: no-repeat;
	height:75px;
	width:100%;
}
.mainphone {
	border:0 dashed black;
	color:#EDFF99;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-variant:small-caps;
	font-weight:bold;
}

.logo_overlay {
  float: left; 
  cursor:pointer;
  margin: 0px 0px 10px 10px;
}

.toplinks {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  float:right;	
  border:0px dashed black;
  margin-right: 40px;
}

.toplinks a:link, .toplinks a:visited, .toplinks a:hover {
  font-size:11px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

.mainheader_search {
	float:right;
	border:0px dashed black;
	margin: 45px 30px 0px 0px;
	font-size:14px;	
}

.mainheader_search a:link, .mainheader_search a:visited, .mainheader_search a:hover {
	font-size: 14px;
}

.mainheader_search h3 {
	display: inline;
}

.nav_main {
  background-color: #632e34;
  width: 98%;
  height:33px;
}
.nav_main {
	background-color: #840B08;
	border-top:1px solid #000000;
	height:33px;
	padding-left: 5px;
	text-align: center;
}	
.new_tabs {
  display: block;
  float: left;
  z-index:110;
  margin-left:5px;
}

.new_tabs a:link,
.new_tabs a:hover,
.new_tabs a:visited,
.new_tabs a:active {
	color:#FFFFFF;
	float:left;
	font-family: "Tahoma",Helvetica,sans-serif;
	font-size:16px;
	margin:3px 15px;
	padding:3px 10px;
	text-decoration:none;
        font-weight: bold;
}
.new_tabs a:hover, .new_tabs a:active {
	text-decoration: underline;
}
.new_tabs .listing {
  background-color:#840B08;
  background-image: url(../static/images/bg_dropdown.png);
  border: 1px solid #840B08;
  border-top: 2px solid #840B08;
  display:none;
  margin-left:22px;
  margin-top:30px;
  margin-right:1px;
  overflow:hidden;
  padding:10px 10px;
  position:absolute;
  text-align:left;
  width: 150px;
  float: left;
  clear: left;
  z-index:110;
}
.new_tabs .listing a {
  color:white;
  padding:3px 5px 3px 5px;
  margin:4px 5px 3px 5px;
  float:left;
  clear:both;
  width:85%;
  font-size:11px;
  font-family: "Tahoma", Helvetica, sans-serif;
}
.new_tabs .listing a:link {
  border-bottom:1px solid transparent;
}
.new_tabs .listing a:active {
  border-bottom:1px solid #D31405;
}
.new_tabs .listing a:visited {
  border-bottom:1px solid transparent;
}
.new_tabs .listing a:hover {
  border-bottom:1px solid #D31405;
}

#nav_secondary {
	width: 100%;
	height:20px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color:#FFFFFF;
	border: 0px dashed black;

}

#nav_secondary a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size: 16px;
	color: #543656;
	font-variant:small-caps;
	margin: 3px 30px 3px 30px;
}

#nav_secondary a:hover {
	text-decoration: underline;
}

/* FOOTER */

#footer_container {		
  width:930px;
  margin-top:10px;
  padding:10px;
  line-height: 18px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

#footer_mainlinks {
  font-variant:small-caps;
  font-size: 14px;
}

#footer_mainlinks a:link, #footer_mainlinks a:visited {
  text-decoration:none;
  font-variant:small-caps;
  font-size: 14px;
}

#footer_mainlinks a:hover {
  text-decoration: underline;
}

#footer_container td {
	padding-left: 15px;
}

.footer_emailContainer {
  width: 700px;
  height: 80px;
  border-top: 1px solid black;
  text-align:center;
  margin-top:10px;
  padding:10px;
}

/* HOMEPAGE PROPERTIES */

.homeHero_container {
	border:1px solid #313131;
	height:239px;
	margin:0;
	width:919px;
}
.homeHero_copyblock {
	border:0 solid white;
	color:#FFFFFF;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	height:140px;
	line-height:35px;
	margin: 0px 10px 10px 10px;
	padding:0px 20px 10px 20px;
        *padding: 10px 20px;
	text-align: left;
	width:265px;
}
.homeHero_copyblock a {
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
        text-decoration: none;
}
.homeHero_head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:28px;
	font-weight:bolder;
	color: #f67a16;
}
.home_row2container {
	background-color:#111111;
	border:1px solid #313131;
	float: left;
	height:150px;
	margin:10px 15px 10px 0;
	width:450px;
        font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
}
.home_row2title {
	color: #f67a16;
	float:right;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-variant:small-caps;
	font-weight:bold;
	margin-left:10px;
	margin-top:6px;
}
.home_row2containerInnerLeft {
  width:214px;
  height:195px;	
  background-color:#FFFFFF;
  position:absolute;
  left:10px;
  top:10px;
}

.home_row2containerInnerRight {
  width:214px;
  height:195px;	
  background-color:#7f9fd3;
  position:absolute;
  left:234px;
  top:10px;
}

.home_row2content {
  width:190px; 
  position:absolute; 
  top:20px; 
  left:10px; 
  border:0px dotted yellow;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-size:22px;
  line-height:30px;
  color:white;  
  text-align:center;
}

.home_row2content a,
.home_row2content a:link,
.home_row2content a:hover,
.home_row2content a:visited,
.home_row2content a:active {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-size:22px;
  line-height:30px;
  color:white;  
  text-decoration:none;
  cursor:pointer;
}

.home_textRow {
  width:909px; 
  float:left; 
  border:1px solid #e97936; 
  background-color:#e97936; 
  padding:10px 10px; 
  font-family:Georgia, "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-size:22px;
  line-height:30px;
  color:white;  
  text-decoration:none;
  text-align:center;
  margin-top:10px;
}

.home_textRow a,
.home_textRow a:link,
.home_textRow a:hover,
.home_textRow a:visited,
.home_textRow a:active {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-size:22px;
  line-height:30px;
  color:white;  
  text-decoration:none;
  width:100%;
  height:100%;
  cursor:pointer;
}

/* CONTENT PROPERTIES */

.photo_right {
  float:right; 
  font-family:Tahoma; 
  font-size:10px; 
  color:#fcffa5; 
  padding:10px; 
  margin-left:20px;
  text-align:center;
}


.gradient {
	background-image:url(../static/images/bg_gradientShort.gif);
	background-repeat:repeat-x;
	background-color: #ebebeb;
	

}

.content_container {
	background-color:#000000;
	padding:15px;
}

.content_rightColumn {
  background-color:#f4f8fa;
}

.content_rightContent {
  width:180px; 
  border:1px solid gray; 
  margin:5px;
  text-align:center;
  background-color:white;
  padding:10px;
}

.content_rightContentInner {
  width:171px;
  background-color:#e97936;
  color:white;
  padding:5px;
  margin-top:5px;
}

.content_rightContentInner a {
  color:white;
}

.outerContentDiv {
	width:930px;
	border: 1px solid #bebebe;
	background-color: #FFFFFF;
	padding:0px;
	overflow:hidden;

}

.contentTable {
  border: 10px solid #bebebe;
  text-align: left;
  line-height:18px;	
}

.breadcrumb {
	background-color:#111111;
	border-bottom:1px solid #313131;
	text-transform:uppercase;
}


.relatedProducts {
	border-top: 1px solid #313131;
}


#leftNav {
  background-color: #111111;
  border-right: 0px solid #bebebe;
  line-height: 20px;
  color:#FFFFFF;
 
}

#leftNav a:link {color: #FFFFFF; text-decoration: none; }
#leftNav a:active {color: #FFFFFF; text-decoration: none; }
#leftNav a:visited {color: #FFFFFF; text-decoration: none; }
#leftNav a:hover {color: #FFFFFF; text-decoration: underline; }

#leftNav img {
	margin-top: -6px;
	margin-left:-5px;

}

.leftNavLevelOne {
  text-transform: uppercase;
  font-weight:bolder;
  margin-top: 5px;
  border-bottom: 1px solid #939392;
  line-height:15px;

	
}

.leftNavLevelOne a {
       font-weight:bolder;
}

.leftNavLevelTwo {
	margin-left: 10px;

}

.leftNavLevelThree {
	margin-left: 20px;

}

.leftNav_static {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  width:150px;
  border:1px double #c4c4c4;
  border-width:3px;
  color:white;
  margin-top:20px;
  padding:10px;
  background-color: #546238;
}

.leftNav_static a {
  color: #e7e7e7;
  text-decoration:underline;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

.leftNav_static img {
  border:1px solid #ababab;
}


/* CONTENT PAGES */
.contentTable {
	border:1px solid #313131;
	text-align:left;
}
#content_table ul {
	width: 350px;
        margin-left: 20px;
        padding-left: 20px;
}

#content_table li {
	width: 350px;
        margin-left: 20px;
}

#content_table td {
	padding: 10px;
}

#content_table h2 {
	background-image:url(../static/images/bg_contentH2.jpg);
	background-position:-4px -4px;
	background-repeat:no-repeat;
	color:#f67a16;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
}

#content_table H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#f67a16;
  padding-top:12px;
	padding-bottom: 0px;
		
}

.content_imageDiv {
	border: 1px solid rgb(204, 204, 204); 
	margin: 0px 0px 10px 20px; 
	padding: 5px 5px 3px; 
	float: right; 
	width: 300px; 
	background-color: rgb(238, 238, 238);
}

#contentInfo_table td {
	padding: 10px;
}

#contentInfo_table H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#543656;
	background-image:url(../static/images/bg_contentH2.jpg);
	background-repeat:no-repeat;
	background-position: -4px -4px;
	padding-bottom: 8px;
	margin: 0px;
		
}

#contentInfo_table H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#543656;
	padding-bottom: 8px;
        text-decoration: none;
		
}


/* LANDING PAGES */

.landing_2colContainer {
	border:1px solid #bebebe;
	width:346px;
	height:125px;
	float:left;
	margin: 14px 14px 0px 0px;

}

.landing_2colLeft {
	border:1px solid #bebebe;
	width: 250px;
	height:145px;
	float:left;
	margin: 14px 14px 0px 0px;

}

.landing_2colRight {
	border:1px solid #bebebe;
	width: 442px;
	height:145px;
	float:left;
	margin: 14px 14px 0px 0px;

}

/* CONTENT HERO */


.contentHero_container {
	border:1px solid #bebebe;
	width:709px;
	height:165px;

}

.contentHero_copyblock {
	width: 330px;
	height: 105px;
	padding: 20px;
	color:#FFFFFF;
	float:right;
	margin: 10px;
	border: 0px solid black;
	text-align:center;	
}

.contentHero_head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:18px;
	font-weight:bolder;
}

/* LIST PAGES */

.categoryHeader {
  width:720px;
  height:149px;
  border:1px solid gray;
  background-color:white;
  margin-bottom:10px;
  position:relative;
}

.categoryHeader_title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  border-bottom:1px solid #f0a173;
}

.categoryHeader_innerLeft {
  background-color: #e97936;
  position:absolute;
  left:10px;
  top:10px;
  width:467px;
  height:89px;
  text-align:center;
  color:white;
  padding:20px;
}

.categoryHeader_innerLeft a {
  color:#fcf7bd;
}

.categoryHeader_innerRight {
  border:0px dashed red; 
  position:absolute;
  left:527px;
  top:10px;
  width:183px;
  height:129px;
}

.categoryDiv {
  margin: 11px;
  border: 1px solid #bebebe;
  background-color: #fff5ca;
  width: 220px;
  height: 255px;
  float:left;
	
}

.category_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #543656;
	font-size:14px;
	font-weight:bolder;
}

.labelDiv_outer {
	width:220px; 
	height: 270px; 
	background-image: url(../static/images/bg_labelItem.gif); 
	background-repeat:no-repeat; 
	border:1px solid #bebebe; 
	margin: 10px 15px 10px 0px; 
	float:left;

}

.labelDiv_inner {
	margin:0px;
	text-align:center;
	padding: 10px;
	border:dashed 0px black;
}

.categoryDiv_outer {
  width:231px; 
  height: 270px; 
  background-image: url(../static/images/bg_categoryItem.gif); 
  background-repeat:no-repeat; 
  border-bottom:1px solid #e7e7e7; 
  float:left;
  margin: 10px 0px 10px 0px;
}

.categoryDiv_inner {
	margin:0px;
	text-align:center;
	padding: 10px;
	border:dashed 0px black;
}

#category_sortBox {
	background-color:#111111;
	border:solid 1px #313131;
	margin-top:10px;

}

#product_listing {
	text-align: left;	
}

#product_listing img {
	float:left;
	
}

#product_listing td {
	border-bottom: 1px solid #313131;

}

.list_title {
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #F67A16;
  font-size:20px;
  padding:5px;
  line-height:24px;
  border-bottom: 1px solid #313131;
}

.list_description {
	padding: 10px 0px 10px 10px;
}

.label_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #543656;
	font-size:14px;
	font-weight:bolder;
}

/* PRODUCT PROPERTIES */

.product_bullets {
        margin-left: 20px;
}

#product_imageLarge {
  border: #b8c5ce 0px solid;
  width: 255px;
  margin: 10px;
	
}

.product_left {
  background-color: #111111;
  border-left: 1px solid #313131;
  line-height: 20px;
}

#product_viewLarger {
	width: 255px;
	margin: 10px 10px 5px 10px;
	

}

#product_thumbLeft {
	border: #b8c5ce 1px solid;
	width: 107px;
	float:left;
	margin: 0px 10px 10px 10px;
	padding: 7px;
}	

#product_thumbRight {
	border: #b8c5ce 1px solid;
	width: 107px;
	float:right;	
	margin: 0px 10px 10px 0px;
	padding: 7px;

}

#product_detailBox {
	width:500px;
	border:#333333 dashed 0px;
	margin: 10px;
	text-align:left;
}	

#product_related {
	width:820px;
	border:#333333 dashed 0px;
	margin: 0px;
}	
	
#product_related H2 {

	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color:#8aa282;
	background-image:url(../static/images/bg_relatedProdsH2.jpg);
	background-repeat:no-repeat;
	background-position: -1px -1px;
		
}

.relatedProducts_header {
	background-color:#111111;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bolder;
	color:#f67a16;
	border-bottom: 0px solid #bebebe;

}


/* PRODUCT SWATCH IMAGES */
 
div.product_thumb {
	display:inline;
}

/* PRODUCT INFO TABS */

div.product_tabs {
	width: 570px;
	margin: 10px;
}

div.yui-navset * {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
div.yui-navset ul.yui-nav li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#111111 none repeat scroll 0 0;
border:1px solid #313131;
color:#000000;
font-weight:bold;
margin-left:0;
position:relative;
text-decoration:none;
top:1px;
white-space:nowrap;
width:auto;
z-index:100;
}
div.yui-navset ul.yui-nav li:hover {
background-color:#222222;
}
div.yui-navset ul.yui-nav li.selected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#111111 none repeat scroll 0 0;
border-bottom:1px solid #111111;
}
div.yui-navset ul.yui-nav li a {
color:#FFFFFF;
display:block;
font-weight:normal;
margin-left:3px;
padding:3px 5px;
text-decoration:none;
}
div.yui-navset ul.yui-nav li a:hover {
text-decoration:underline;
}
div.yui-navset ul.yui-nav li.selected a {
font-weight:bold;
}
div.yui-navset ul.yui-nav li.selected a:hover {
text-decoration:none;
}
div.yui-navset ul.yui-nav li.current a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-bottom:medium none;
}
div.yui-navset div.yui-content {
border:1px solid #313131;
background-color: #111111;
min-height:145px;
padding:20px 10px;
position:relative;
width:100%;
z-index:99;
}
.product_details .label {
    font-weight: bold;
    width: 35%;
    white-space: nowrap;
}

.product_details .value {
    width: 65%;
}

/* Pricing */
.price_section {
  display:inline;
}
span.price_label {
	font-size:14px;
	font-weight:bold;
	display:none;
}

span.price {
	font-size:14px;
	font-weight:bold;
}

span.regular_price_label {
	font-size:14px;
	font-weight:bold;
	display:none;
}

span.regular_price {
	font-size:14px;
	font-weight:bold;
	text-decoration:line-through;
}

span.sale_price_label {
	font-size:14px;
	font-weight:bold;
	color: #FF0000;
	display:none;
}

span.sale_price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* Shopping Cart */

#shopping_cart {
	width: 100%;
	border-collapse: collapse;
}

#shopping_cart td {
	border: 1px solid #313131;
	font-size: 12px;
	padding: 5px;
}

#shopping_cart td.header {
	border: 1px solid #313131;
	color: #FFFFFF;
	background-color: #111111;
	font-size: 14px;	
	font-weight: bold;
	white-space: nowrap;
}

#shopping_cart td.price_each_column {
	text-align: center;
}

#shopping_cart td.discount_label {
	color: #B8B8B8;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}

#shopping_cart td.discounts {
	color: #B8B8B8;
	text-align: center;
	background-color: #222222;
	font-weight: bold;
}

#shopping_cart td.total_label {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#shopping_cart td.total_column {
	background-color: #222222;
	font-weight: bold;
	text-align: center;
}

#shopping_cart table.shopping_cart_labels td {
	border: none !important;
}

#coupon_box {
	border-collapse: collapse;
}

#coupon_box td {
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#coupon_box td.coupon_label {
	color: #616161;
	font-weight: bold;
	text-align: right;
}

#coupon_box td.coupon_text_box input {
	border: 1px solid #c4beb0;
}

#shopping_cart_controls {
	width: 100%;
	border-collapse: collapse;
}

/* Shipping Calculator */
#shipping_calculator {
	width: 100%;
	border: 1px solid #313131;
	border-collapse: collapse;
	background-color: #222222;
	color: #f67a16;
}

#shipping_calculator span.section_title {
	font-size: 14px;
	font-weight: bold;
}

#shipping_calculator td.label {
	text-align: right;
}

#shipping_calculator td.textbox input {
	border: 1px solid #859AB9;
	width: 115px;
}

#shipping_calculator div.shipping_methods_wrapper {
	width: 650px;
	margin: 0, auto;
	display: block;
}

#shipping_calculator div.shipping_method_option {
	width: 200px;
	float: left;
	margin: 5px;
	text-align: left;
}

#shipping_calculator div.shipping_method_label {
	width: 75%;
	float: left;
}

#shipping_calculator div.shipping_method_price {
	width: 25%;
	float: left;
}

#shipping_calculator div.shipping_method_price span.free_shipping {
	font-weight: bold;
}

/* Category Search */

#category_sortBox div.search_category {
	float:left;
	margin-right:10px;
}

#category_sortBox div.search_category h3 {
	display:inline;
	float:left;
	font-family:"Tahoma",Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:17px;
	margin:0;
}

#category_sortBox div.search_terms {
	float:left;
}

#category_sortBox div.search_checkbox {
	float: left;
}

/* Shipping message */

.shipping_methods_shipping_message {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #FF0000;
}

/* Additional Order Fields */

.additional_order_fields textarea {
	width: 670px;
	height: 80px;
}


/* Misc */
#product_search_form_div .search_category {
	display: none;
}

/*NEW*/

.order_terms_and_conditions {
  display: block;
  font-size: 14px;
  margin: 10px;
}

.add_to_cart {
  display: block;
  margin-bottom: 20px;
  clear: both;
}

.product_config_option {
  clear:none;
  padding:4px;
  float:left; 
}

.product_config_option_label {
  font-size:11px;
}

.product_config_option_menu {
  margin-right:20px;
  border:0px dashed red;
}

.header {
  color: white;
}

.configurator {
  padding-top:10px;
  margin-left: 5px; 
  border:0px dashed red; 
  width:400px;
  clear:both;
}


.product_configuration_popup_menu {
  font-size: 14px;
}

.personalization_list { 
  font-size: 10px;
  margin-left: 25px;
  margin-bottom:10px;
  line-height:20px;
}
.personalization_list .required { 
   font-size: 10px;
   color: red;
  margin-bottom:10px;
}
.personalization_pricing_info {
   font-size: 10px;
   color: red;
  margin-bottom:10px;
}
.personalization_list ul, 
.personalization_list li { 
   list-style: none; 
}
.personalization_list input {
  margin-bottom:10px;
}

.personalization_main .description { 
   color: blue;
   font-weight: bold;
   font-size: 12px;
   font-family: Verdana, Arial, sans-serif;
  margin-bottom:5px;
}

.personalization_main h3 { 
  text-decoration: none;
  color: purple;
  font-size: 30px;
  font-weight: bold;
  font-family: Georgia;
}

.gift_certificate_form {
  background-color:#f4f4ec;
  height:15px;
  padding:5px;
  border:0px;
}

.gift_certificate_form td {
 background-color:#ffffff;
}

table.gift_certificate_form {
  border: 1px solid gray;
}

.payment_option_select {
  border:0px;
}


