/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
	margin: 0;
	padding: 0;
	color: #656565;
	background-color: #9e9e9e;
	background-image: url(../media/bg_wallpaper_01.jpg);
	background-position: 50% 0;
	background-repeat: repeat-y;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
     }

a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	}

h1 {
	margin: 0; 
	padding: 8px;
	color: #fff;
	font-family: Georgia;
	font-size: 1.4em;
	font-weight: normal;
}
	 
p {
	margin: 5px 0px 7px 0px;
	}

sup {
	display: inline;
	padding: 0px;
	vertical-align: super;
	font-size: 8px;
	}

a:hover {
     color: #555555;
     }

fieldset {
     border: none;
     padding: 4px 0px 12px 0px;
    }

fieldset p {
     display: block;
     font-size: 11px;
     margin: 5px 5px 5px 0px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 14px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #656565;
     font-weight: normal;
     text-decoration: none;
     cursor: pointer;
     }

a.unfancy:hover {
     color: #5A4B48;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
	width: 960px;
	background-color: #fff;
	/*background-image: url(../media/bg_wrapper.gif);*/
	background-position: center;
	padding: 0;
	margin: 0;
	margin: auto;
	}

#skin_ct {
     width: 100%;
     padding: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     background-color: #fff;
	 background-image: url(../media/header_grey_bg.gif);
	 background-repeat: no-repeat;
	 width: 960px;
	 height: 138px;
     padding: 0;
     margin: 0;
	 text-align: left;
     vertical-align: top;
     }

#skin_ct_lcol_head  a img {
	padding: 16px 0 0 20px;
}

#skin_ct_rcol_head {}

#skin_ct_lcol {
	float: left;
	font-family: Georgia;
	font-size: 1.1em;
	padding: 8px;
	margin: 0px;
	vertical-align: top;
	width: 224px;
	text-align: left;
     }

#skin_ct_mcol {
	float: left;
     background-color: #FFFFFF;
	 width: 720px;
     padding: 0px;
	margin: 0;	
     vertical-align: top;
	 text-align: left;
     }

#skin_ct_rcol {
     background-color: #FFFFFF;
	 width: 0px; /* disabled column */
     padding: 0;
     margin: 0;
     vertical-align: top;
     width: 240px;
     }

#skin_footer {
	clear: left;
	background-color: #5B5B5B;
	color: #ddd;
	height: 26px;
	width: 960px;
	border-top: 8px #fff solid;
	padding: 10px 0 0 0;
	text-align: center;
	}

#skin_footer p a{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#skin_footer p a:hover{
	text-decoration: underline;
}

#skin_pgtitle {
     color: #30569D;
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     border-bottom: 1px solid #999999;
     }

#skin_content {
	background-color: #fff;
	width: 720px;
	margin: 0;
	padding: 0;
	}
	
#skin_content p {
	margin: 0;
	padding: 8px;
	}

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */


.skin_fenav ul {
     color: inherit;
     background-color: inherit; 
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     width: 226px;
	 z-index: 100;
     }

.skin_fenav ul li {
     color: inherit;
     background-color: inherit; 
     margin: 0px 0px 0px 16px;
     padding: 8px 10px 8px 0px;
     border-bottom: 1px dotted #333;
     list-style: none;
     position: relative;
	 z-index: 100;
     }

.skin_fenav ul li a {
     color: #333333;
     background-color: inherit; 
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 0px 0px 0px 4px;
     overflow: auto; /*force hasLayout in IE7 */
	 z-index: 100;
     }

.skin_fenav ul li:hover {
     color: #333333;
     background-color: #CCCCCC;
     text-decoration: none;
	 z-index: 100;
     }


.skin_fenav ul li ul {
     position: absolute;
     width: 200px; /*sub menu width*/
	 top: 0px;
     visibility: hidden;
     background-color: #ffffff;
     background-repeat: repeat;
	 border: 1px dotted #333;
     border-left: 6px solid #fff;
	 border-bottom: none;
     z-index: 100;
}

.skin_fenav ul li ul li{
	margin: 0;
	padding: 8px;
	z-index: 100;
}

.skin_fenav ul li ul li ul{
     position: absolute;
     width: 200px; /*sub menu width*/
	 margin-left: 16px;
	 top: -1px;
     visibility: hidden;
     background-color: #ffffff;
     background-repeat: repeat;
     border-left: 1px dotted #333;
     z-index: 100;
}

.subfolderstyle {
    background: url(../media/menuarrow.gif) no-repeat center right;
	z-index: 100;
}

#ecom_skinwidgetminicart_h, #ecom_skinwidgetminisearch_h{
	color: #555;
	font-weight: bold;
	margin: 12px 0 6px 20px;
}


#skin_headacct {
     padding: 8px 0px 0 28px;
	 color: #fff;
     width: 500px;
	 height: 20px;
     text-align: left;
     float: left;
     }
	 
#skin_minicart {
     padding: 8px 0px 0 28px;
	 color: #fff;
	 width: 200px;
	 height: 20px;
     text-align: right;
     float: right;
}

.skin_fenavmini {
     background-color: #ffffff;
	 margin: 0 20px 0 20px;
     padding: 8px;
     border: 1px dotted #999999;
     }

#skin_menu_head ul {
     padding: 10px 0px 0px 20px;
     margin: 0px 0px 0px 0px;
     list-style: none;
     border-bottom: 0;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #656565;
     font-weight: normal;
     text-decoration: none;
	 font-family: Georgia;
	 font-size: 1.2em;
     margin: 0px 24px 0px 0px;
     padding: 0px 0px 0px 10px;
     /*background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;*/
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }


/* +------------------------------------------------------------+ */
/* | CORE Required Divs                                         | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 10px auto 10px auto;
     }

#printable {
     background-color: #FFFFFF;
     border: 1px solid #999999;
     padding: 10px;
     margin: auto;
	 text-align: left;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #339933;
	background-color: #c2bab3;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Boxed Monospace Code                | */
/* +------------------------------------------------------------+ */

.preboxed {
     margin: 5px 0px 0px 0px;
     padding: 5px;
     border: 1px solid #999999;
     font-family: Fixed, monospace;
     overflow: hidden;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Form Fields                         | */
/* +------------------------------------------------------------+ */

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: transparent;
     border: 1px solid #555555;
     /*margin: 5px 5px 0px 2px;*/

     font-size: 11px;
     }

.formfield:hover {
     background-color: #654e50;
	 color: #000;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 160px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     background-color: #654e50;
     color: #000;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 160px;
     border: 1px solid #555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #c2bab3;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
	width: 160px;
     background-color: #fff;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {}

.formfieldradcb_rnc {
     background-color: #FFA4A4;
     }

.formfield_rnc {
     background-color: transparent;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }

.formfield_rnc:hover {
     background-color: #c2bab3;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Form Table Displays                 | */
/* +------------------------------------------------------------+ */

.formsecthead {
		/*display: block;
		height: 28px;*/
		background-color: #c2bab3;
		font-family: Georgia;
		font-size: 1.2em;
		color: #5A4B48;
		padding: 8px 0 8px 8px;
		margin: 0 0px;
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
		clear: both;
     }

table.formtblone {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtbltwo {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.formtbltwo {
     padding: 4px 2px 4px 2px;
     width: 50%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.formtbltwospan {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.formtblone {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Sort Table Displays                 | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #FF6600;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     /*border-bottom: 1px solid #999999;*/
     font-weight: bold;
     clear: both;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 98%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Ghost Table Displays                | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }
	 
table.formtable{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin: 0px;
     margin: 0px;
     }

td.ghost p {
	color: #eee;
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */

.storehead {
	display: block;
	height: 20px;
	background-color: #c2bab3;
	font-family: Georgia;
	font-size: 1.2em;
	color: #5A4B48;
	margin: 0;
	padding: 8px 0 0 8px;
	border-top: 6px solid #fff;
	font-weight: bold;
	clear: both;
	}

	
#skin_content .storelink {
     color: #666666;
     background-color: #c2bab3;
     padding: 6px 8px 6px 8px;
	 margin-bottom: 8px;
     }

#skin_content .storelink p {
	margin: 0 8px;
	padding: 8px 0 8px 0;
     color: #666666;
	 /*border-bottom: 1px dotted #333;*/
     }
	 


/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */
	 
table.cptbl_cat { 
	width: 714px;
	background-color: #c2bab3;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: 6px solid #c2bab3;
	border-bottom: 12px solid #c2bab3;
    }

tr.cptbl_cat {
	background-color: #5A4B48;
}

td.cptbl_cat {
     padding: 0px 0px 0px 0px;
     vertical-align: top;
     border-right: 6px solid #c2bab3;
     }

td.cptbl_cat a {
	font-family: Georgia;
	font-size: 1.2em;
	color: #ccc;
     font-weight: normal;
	 text-decoration: none;
     }

td.cptbl_cat_blank {
     padding: 0px 0px 0px 0px;
	 background-color: #c2bab3;
     vertical-align: top;
     border-right: 6px solid #c2bab3;
     }	

/* +-------------------------------------------------------------------+ */
/* | CORE Required Classes: Category List Header Display Tables        | */
/* +-------------------------------------------------------------------+ */
	 
table.cptbl_cathead { 
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: 6px solid #c2bab3;
	border-bottom: 12px solid #c2bab3;
	border-top: 6px solid #c2bab3;
    }

tr.cptbl_cathead {
	background-color: #5A4B48;
}

td.cptbl_cathead {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	border-right: 6px solid #c2bab3;
	}

td.cptbl_cathead a {
	font-family: Georgia;
	font-size: 1.2em;
	color: #ccc;
     font-weight: normal;
	 text-decoration: none;
     }
	 

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Product List Display Tables         | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
	width: 714px;
	background-color: #c2bab3;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: 6px solid #c2bab3;
	border-bottom: 12px solid #c2bab3;
    }
	 
tr.cptbl_prod {
	background-color: #82766D;
}

td.cptbl_prod {
     padding: 0px 0px 0px 0px;
     vertical-align: top;
     border-right: 6px solid #c2bab3;
     }

td.cptbl_prod a {
	font-family: Georgia;
	font-size: 1.2em;
	color: #ccc;
     font-weight: normal;
	 text-decoration: none;
     }

td.cptbl_prod_blank {
     padding: 0px 0px 0px 0px;
	 background-color: #c2bab3;
     vertical-align: top;
     border-right: 6px solid #c2bab3;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
	border-collapse: collapse;
	/*margin: 8px;*/
	background-color: #5A4B48;
	/*color: #fff;
     margin: 0px 0px 0px 0px;
     border-spacing: 0px;
	 border: 6px solid #5A4B48;
     width: 100%;*/
     }

td.cptbl_det {
     padding: 0px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Price Displays                      | */
/* +------------------------------------------------------------+ */

.pricediv {
color: #ccc;	
     margin: 5px 0px 7px 0px;
     }

.price {
     color: #ccc;
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #6F3030;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
	 font-family:Verdana,Tahoma,Arial,sans-serif;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 160px;
     border: 1px solid #555555;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #555555;
     background-color: #c2bab3;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #ccc;
     background-color: transparent;
     padding: 4px 5px 4px 5px;
	 margin:0 6px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #ccc;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #ccc;
     background-color: #654e50;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | Context Interior Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.mini_acc {
	 color: #fff;
     font-weight: normal;
     text-decoration: none;
     cursor: pointer;
}
	
.ci_cat { /*not in use*/
	display: block;
	width: 232px;
	height: 276px;
	background-color: #5A4B48;
}

.ci_cat p a { /*not in use*/
	font-family: georgia;
	font-size: 1.3em;
	font-weight: normal;
	color: #ccc;
}

.ci_cat_header {
	font-family: georgia;
	font-size: 1.3em;
	font-weight: normal;
	color: #5A4B48;
	margin: 0;
	padding: 0;
	display: block;
	width: 708px;
	background-color: #c2bab3;
}

.ci_cat_detail {
	margin: 8px 0 0 8px;
	font-family: georgia;
	font-size: 1.8em;
	font-weight: normal;
	color: #eee;
}

.ci_cat_header p.strong{
	font-size: 1.6em;
	font-weight: normal;
}
	
#ci_taskbar {
	margin: 0;
	padding: 0 24px 0 0;
	width: 936px;
	height: 32px;
	background-color: #7c7c7c;
	text-align: left;
}
	
#ci_bottommenu {
	clear: both;
	width: 720px;
	height:  223px;
	margin: 0;
	padding: 0px 0px 0px 240px;
	background-image: url(../media/bg_bottommenu.gif);
	background-repeat: no-repeat;
	background-color: #7c7c7c;
	border-top: 6px #fff solid;
	color: #ccc;
	text-align: left;
}

.ci_acclink {
	display: inline;
	color: #fff;
	font-weight: normal;
	text-decoration: none;	
}

.ci_microcartlink {
	display: inline;
	color: #fff;
	padding: 0 0 0 20px;
	font-weight: normal;
	text-decoration: none;
	background: url(../media/basket.png) no-repeat center left; 
}

a.ci_acclink:hover, a.ci_microcartlink:hover {
	color: #fff;
	text-decoration: underline;	
}

.ci_paymentprovider {
	display: block;
	margin: 0px;
	width: 720px;
	height:80px;
}

.ci_botmenucolumn {
	padding: 40px 40px 20px 12px;
	float: left;
	display: block;
	width: 188px;
	height: 110px;
}

.ci_botmenucolumn  table{
	border-collapse: collapse;
}

.ci_botmenucolumn  td{
	padding: 2px 6px 2px 0;
	font-family: georgia;
	font-size: 1.1em;
	font-weight: normal;
}

.ci_botmenucolumn  ul{
	margin: 0;
	padding: 0;
}

.ci_botmenucolumn  ul li{
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	list-style: none;
}

.ci_botmenucolumn  ul li a{
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}

.ci_botmenucolumn  ul li a:hover{
	text-decoration: underline;
}

.ci_botmenuheader{
	margin: 0 0 8px 0;
	display: block;
	font-family: georgia;
	font-size: 1.3em;
	font-weight: normal;
	height: 20px;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#ci_slideshow {
	position: relative;
	background-color: #5A4B48;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 400px;
	z-index: 0;
}

#ci_slideshow img{
	position: relative;
	background-color: #5A4B48;
	z-index: 0;
	margin: 0;
	border: 0;
}

#ci_splashflash {
	width: 720px;
	height: 400px;
}

#ci_splashinfo {
	padding: 0 0 12px 0;
	background-color: #5A4B48;
	width: 720px;
}

#ci_splashinfo p {
	color: #ccc;
}

tr.ci_rowspacer {
	/*display: block;*/
	/*background-color: #c2bab3;*/
	margin:0 0 8px 0;
	padding: 0;
	/*height: 8px;*/
}

tr.ci_rowspacer.cellstyle {
	background-color: #c2bab3;
}

.ci_article {
	display: block;
	overflow: auto;
	width: 100%;
	background-color: #c2bab3;
	color: #000;
	margin: 0 0 8px 0;
}

.ci_article table{
	margin: 0 0 0 8px;
}

.ci_article_left {
	display: block;
	width: 340px;
	float: left;
	padding: 8px;
}

.ci_article_left p{
	line-height: 1.6em;
	font-size: 1em;
}


.ci_article_right {
	display: block;
	float: right;
	padding: 8px;
}

.ci_article_right img.topgap{
	margin-top: 8px;
}

.ci_article_left h2{
	padding: 0 8px 0 8px;
	font-family: georgia;
	font-size: 1.8em;
	font-weight: normal;
}

#ci_cartheader{
	background-color: #c2bab3;
	color: #000;
}


/******* BLOCK QUOTES *****/

.ci_article_left blockquote{
display: block;
padding: 10px 0 0px 20px;
margin: 0;
width: 320px;
}

#skin_content blockquote p{
padding: 8px 8px 0 10px;
margin: 0;
}

.ci_article_left i{
margin: 0 0 10px 22px;
}

.ci_article_left blockquote:before, .ci_article_left blockquote:after {
color: #656565;
font-family: Georgia;
display: block;
font-size: 500%;
width: 20px;
}

.ci_article_left blockquote:after {
content: close-quote;
/*content: none;*/
height: 20px;
margin-top: -24px;
margin-left: 300px;
}

.ci_article_left blockquote:before {
content: open-quote;
height: 0;
margin-left: -14px;
}


.last {
	margin-bottom: 0;
}

.ci_floatleft {
	display: block;
	float: left;
}

.ci_floatright {
	display: block;
	float: left;
}

.ci_clearleft {
	clear: left;
}

.clearfloats {
	clear: both;
}

#ci_pagecolumnright {
	float: right;
	width: 240px;
}

#ci_pagecolumnright img{
	margin: 40px 0 0 0;
}

#ci_contactpage {
	margin: 0;
	padding: 14px 0 0 12px;
	color: #fff;
	background-color: #c2bab3;
	height: 650px;
	background-image: url(../media/contact_us_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#ci_productdetail {
	background-color: #82766D;
	padding: 8px;
	margin-top: 8px;
}

#ci_productdetail p{
	color: #eee;
	margin: 0;
	padding: 8px 0 8px 0;
}


#ci_productdetail input{
	padding: 3px;
	color: #ccc;
	border-color: #ccc;
}

#ci_productdetailinfo {
	color: #eee;
	margin: 0;
	padding: 0 0 0 16px;
}

#ci_productdetailinfo h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #eee;
	font-family: georgia;
	font-weight: normal;
	font-size: 1.6em;
}

.ci_signup {
	display: block;
	height: 60px;
	color: #656565;
	background-image: url(../media/bg_signup.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 4px 18px 0 68px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.9em;
}

.ci_signup a {
	font-family: Georgia;
	font-size: 1.1em;
	font-weight: normal;
	color: #656565;
}

.ci_signup a:hover {
	color: #5A4B48;
}

.ci_contactbox {
	margin: 0 0 6px 0;
	padding: 4px;
	width: 340px;
	background-color: #5A4B48;
	font-family: georgia;
	font-size: 1.3em;
	font-weight: normal;
}

.ci_contactbox  img{
	margin: 0 10px 0 0;
}

.ci_contactbox  p{
	margin: 0 0 0 0;
}

.ci_contactbox  p a{
	color: #fff;
	font-weight: normal;
}

.ci_addtobasket, .ci_addtowishlist{
	display: block;
	text-align: right;
	margin: 10px 20px 10px 0;
	float: left;
	width: 216px;
	height: 80px;
}

.ci_addtobasket input, .ci_addtowishlist input{
	background-color: transparent;
	display: block;
	text-align: right;
	font-family: georgia;
	font-size: 1.2em;
	width: 200px;
	height: 80px;
	border: none;
}

.ci_addtobasket{
	background: url(../media/addtocart-v3.jpg) no-repeat top left;
	}
	
.ci_addtowishlist{
	background: url(../media/addtowishlist-v3.jpg) no-repeat top left;
	}

.ci_addtobasket input:hover, .ci_addtowishlist input:hover{
	background-color: transparent;
	cursor: pointer;
}

.ci_addtobasket:hover, .ci_addtowishlist:hover{
	background-position: 0% 100%;

}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */

legend {
     display: none;
}

label {
     display: none;
}

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }
