/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2007 RE Delivery Service
 * @copyright Portions 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 */


body
{
padding: 0px;
font: 14px verdana, arial, helvetica, sans-serif;
color: #000;
background-color: #333;
text-align: center;
}
body#infoShoppingCart
{
background-color: #fff;
}

div.page
{
height: 100%;
margin: 0px auto;
width: 800px;
text-align: left;
padding: 0px 50px 30px;
background: #fff url(/includes/templates/reflyer_custom/images/pageBackground4.png) top center repeat-y;
position: relative;
top: -10px;
}

div#logoWrapper
{
margin: 0px;
}


/*****Tabs*****/

ul#mainMenu
{
list-style-type: none;
margin: 0px;
padding: 8px 0px 0px 15px;
background: #000 url(/includes/templates/reflyer_custom/images/menuBackground5.png) top left repeat-x;
height: 31px;
text-align: center;
color: #fff;
font-size: 12px;
}
ul#mainMenu li
{
list-style-type: none;
margin: 0px 0px 0px 20px;
padding: 0px;
color: #fff;
float: left;
position: relative;
}
ul#mainMenu li a
{
float: left;
display: block;
font-weight: bold;
color: #fff;
height: 22px;
background-repeat: no-repeat;
margin: 0px;
}

ul#mainMenu li.nav a
{
	padding: 0px 8px 0 10px;
	height: 22px;
	line-height: 22px;
}
ul#mainMenu li.nav a span {
	display:block;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	width:8px;
}
ul#mainMenu li.nav a:hover
{
	color: #FFF;
	background: url(/includes/templates/reflyer_custom/images/left_side.png) left top no-repeat;
	overflow: hidden;
}

ul#mainMenu li.nav a:hover span
{
	color: #FFF;
	background: url(/includes/templates/reflyer_custom/images/right_side.png) right top no-repeat;
}
/*****Sub Menu*****/

ul#subMenu
{
list-style-type: none;
margin: 0px;
padding: 7px 0px 0px;
background: #500 url(/includes/templates/reflyer_custom/images/subMenuBackground2.png) top left repeat-x;
height: 48px;
width: 100%;
text-align: center;
vertical-align: center;
}
ul#subMenu li
{
list-style-type: none;
margin: 0px;
padding: 0px 4px;
color: #fff;
display: inline;
font-size: 12px;
font-weight: bold;
line-height: 170%;
}
ul#subMenu li a
{
color: #fff;
}




/*****Contact Us******/
ul#contactUs
{
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: bold;
}
ul#contactUs li
{
list-style-type: none;
margin: 0px;
padding: 0px;
color: #fff;
}
ul#contactUs li a
{
color: #fff;
}
ul#contactUs li.phoneNumber
{
position: absolute;
top: 219px;
left: 56px;
}
ul#contactUs li.email
{
position: absolute;
top: 219px;
right: 56px;
}

/*****Breadcrumbs*****/
div#navBreadCrumb
{
font-size: 10px;
margin-top: 10px;
margin-left: 10px;
}

/*****Right Sidebar*****/
div#rightSidebar
{
position: absolute;
top: 285px;
right: 60px;
margin: 0px;
text-align: center;
font-size: 12px;
}
div#rightSidebar h3
{
text-align: center;
font-size: 14px;
background-color: transparent;
}
div#rightSidebar .set_3,
div#rightSidebar .set_2
{
margin-top: 40px;
}
div.fullPage div#rightSidebar
{
display: none;
}

/*****Alert Banner*****/
div.alert_banner
{
color: #c00;
font-weight: bold;
text-align: center;
width: 100%;
margin: 10px auto 30px;
font-size: 16px;
}


/*****Page Content*****/

div.pageContent
{
margin: 0px;
position: relative;
height: 100%;
padding: 10px;
}
div.fullPage div.pageContent
{
width: 780px;
}
div.normalPage div.pageContent
{
width: 580px;
border-right: 1px solid #676767;
padding-right: 15px;
min-height: 1000px;
}

.hidden
{
/*Used to hide things for visual users
  But keep them visible for screen readers*/
position: absolute;
left: 0px;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}

h1
{
text-align: center;
font-size: 20px;
margin-bottom: 20px;
}

h2
{
text-align: center;
font-size: 17px;
padding: 0px;
margin-bottom: 15px;
}

h2.sectionTitle
{
margin: 0px auto;
padding-bottom: 2px;
margin-top: 50px;
font-size: 18px;
background: url(/includes/templates/reflyer_custom/images/hr.png) 15px left repeat-x;
width: 90%;
padding-left: 30px;
}
h2.sectionTitle span
{
background-color: #fff;
padding: 0px 5px;
}
h2.firstTitle
{
margin-top: 0px;
}

.paragraphTitle
{
margin-bottom: 0px;
padding-bottom: 2px;
margin-top: 20px;
font-size: 14px;
text-align: left;
}

p.firstParagraph
{
margin-top: 0px;
padding-top: 0px;
}


a:link, a:visited
{
color: #000;
text-decoration: underline;
}
a:hover, a:active
{
color:#676767;
text-decoration: none;
}

a img, a
{
border: 0;
}

div.alert
{
/*background-color: #fdd;
padding: 10px 20px;
border: 1px solid #c00;
width: 60%;
margin: 0px auto;*/
}
div.alert h2
{
text-align: center;
font-size: 20px;
margin-top: 5px;
padding-top: 0px;
}
div.alert p
{
text-align: center;
font-size: 14px;
}

.productList
{
margin-left: 30px;
width: 90%;
}
.productList dt
{
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight: bold;
}
.productList dt strong
{
font-style: italic;
}
.productList dd
{
margin: 0px;
padding: 0px;
margin-bottom: 35px;
font-size: 13px;
}
.productList p
{
margin: 0px;
padding: 0px;
margin-bottom: 9px;
}

.listTitle
{
margin-bottom: 0px;
padding-bottom: 0px;
}

ol.firstList, ul.firstList, ol.firstList li, ul.firstList li
{
margin-top: 0px;
padding-top: 0px;
}

ol.singleSpace li, ol.singleSpace li *, ul.singleSpace li, ul.singleSpace li *
{
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

ol.doubleSpace li, ol.doubleSpace li *, ul.doubleSpace li, ul.doubleSpace li *
{
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
ol.doubleSpace li, ul.doubleSpace li
{
margin-bottom: 20px;
}

strong
{
font-weight: bold;
}

.orderReceipt
{
border: 1px solid #000;
margin: 10px auto;
padding: 20px 10px;
}
.orderReceipt h2
{
font-size: 18px;
text-align: center;
font-weight: bold;
padding: 0px;
margin: 0px;
}

.error
{
font-style: italic;
background-color: #ffeeee;
border: 1px dashed #ff0000;
padding: 8px;
margin-top: 30px;
margin-bottom: 0px;
color: #c00;
width: 90%;
}

#spinner
{
color: #c00;
}


ol.service_areas li
{
margin-bottom: 5px;
}

ol.service_areas_list li
{
margin-bottom: 5px;
}



/***** Forms *****/

.form_scaffold
{
list-style-type: none;
margin: 0px;
padding: 0px;
}

.form_scaffold li
{
list-style-type: none;
margin: 0px;
padding: 5px 0px;
}


.form_scaffold ul li
{
list-style-type: disc;
padding: 0px;
}

.form_scaffold ol li
{
list-style-type: decimal;
padding: 0px;
}

.form_scaffold .form_scaffold li
{
list-style-type: none;
padding: 5px 0px;
}

.form_scaffold .error li
{
list-style-type: none;
}


.form_scaffold li label.inline
{
font-weight: bold;
padding-right: 7px;
}

.form_scaffold li label.inline_block
{
display: -moz-inline-box;
display: inline-block;
width: 217px;
vertical-align: top;
font-weight: bold;
}

.form_scaffold li label.block
{
font-weight: bold;
display: block;
}


.form_scaffold li .form_notes
{
margin-top: 14px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
font-style: italic;
}


.form_scaffold fieldset
{
border: 0;
margin: 0px;
padding: 0px;
}

.form_scaffold fieldset legend.form_label
{
font-weight: bold;
padding-left: 0px;
}

.form_scaffold fieldset li
{
padding: 1px 0px;
}

.form_scaffold fieldset li.last_item
{
padding-bottom: 0px;
}


.form_scaffold #li_name li
{
padding: 5px 0px;
}

.form_scaffold input#first_name
{
width: 19em;
}

.form_scaffold input#last_name
{
width: 19em;
}


.form_scaffold #li_major
{
margin-top: 10px;
}


.form_scaffold li#li_address
{
margin-top: 20px;
}

.form_scaffold li#li_address .form_scaffold li
{
padding: 5px 0px;
}

.form_scaffold select#country
{
width: 19em;
}

.form_scaffold textarea#street_address
{
width: 200px;
height: 50px;
}

.form_scaffold #li_state, .form_scaffold #li_city
{
float: left;
margin-right: 14px;
}

.form_scaffold input#city
{
width: 5em;
}

.form_scaffold input#zip
{
width: 7em;
}


.form_scaffold #fieldset_phone label.block
{
font-style: italic;
}

.form_scaffold li#li_phone
{
margin-top: 20px;
}

.form_scaffold input#home_phone
{
width: 19em;
}

.form_scaffold input#work_phone
{
width: 19em;
}

.form_scaffold input#cell_phone
{
width: 19em;
}


.form_scaffold #li_email
{
margin-top: 20px;
}

.form_scaffold input#email_address
{
width: 19em;
}

.form_scaffold input#email_address_2
{
width: 19em;
}


.form_scaffold #li_submit
{
text-align: center;
}


input, textarea
{
font-size: 14px;
font-family: helvetica, arial, sans-serif;
}


fieldset
{
border: 0;
border-top: 1px solid #000;
margin-top: 50px;
width: 90%;
padding: 10px;
}

fieldset legend
{
font-size: 18px;
padding-bottom: 10px;
margin-left: 20px;
font-weight: bold;
color: #000;
}

fieldset fieldset
{
border: 0;
margin-top: 20px;
width: 100%;
padding: 0px;
}

fieldset fieldset legend
{
font-size: 14px;
padding-bottom: 0px;
margin-left: 0px;
}


textarea.large_textarea
{
width: 90%;
height: 200px;
margin-top: 13px;
}

textarea.medium_textarea
{
width: 70%;
height: 100px;
margin-top: 7px;
}


.required
{
font-weight: normal;
font-style: italic;
padding-left: 10px;
color: #676767;
}

input.gray, textarea.gray
{
color: #676767;
font-style: italic;
font-weight: normal;
}


.tos_list
{
margin: 0 0 50px;
padding-left: 45px;
}



/*****Buttons*****/
div.blockCenter
{
height: 50px;
margin: 40px auto 0px;
}
div.smallButton
{
width: 162px;
}
div.medButton
{
width: 171px;
}
div.largeButton
{
width: 284px;
}
a.button
{
display: block;
color: #fff;
background-repeat: no-repeat;
background-position: 0 0;
background-color: #000;
margin: 5px;
padding: 0px;
height: 44px;
text-align: center;
vertical-align: middle;
text-indent: -4000px;
}
a.button:hover
{
background-position: 0 -46px;
}
a.button:active
{
background-position: 0 -92px;
}

a#homeButton
{
background-image: url(/includes/templates/reflyer_custom/images/buttons/home.png);
width: 152px;
float: left;
}
a#orderButton
{
background-image: url(/includes/templates/reflyer_custom/images/buttons/order.png);
width: 156px;
float: left;
}
a#productListButton
{
background-image: url(/includes/templates/reflyer_custom/images/buttons/product_list.png);
width: 199px;
float: left;
}
a#aboutButton
{
background-image: url(/includes/templates/reflyer_custom/images/buttons/about_our_services.png);
width: 274px;
float: left;
}
a#returnServicesButton
{
background-image: url(/includes/templates/reflyer_custom/images/buttons/back_to_services.png);
width: 274px;
float: left;
}
a#orderNowButton
{
background-image: url(/includes/templates/reflyer_custom/images/buttons/order_now.png);
width: 171px;
float: left;
}

.image_caption
{
margin-top: 5px;
text-align: center;
}


.partner_contact_info
{
margin-top: 35px;
padding-top: 0;
}



/*****Footer/Bottom Menu*****/

div#footer
{
margin: 0px auto;
padding: 17px 50px 0px;
background: #333 url(/includes/templates/reflyer_custom/images/pageBottom4.png) top center no-repeat;
width: 800px;
height: 39px;
position: relative;
top: -10px;
}


ul#bottomMenu
{
font-size:12px;
font-weight:bold;
list-style-type: none;
margin: 0px;
padding: 3px 0px 0px;
width: 100%;
text-align: center;
}
ul#bottomMenu li
{
list-style-type: none;
margin: 0px;
padding: 0px;
display: inline;
}
ul#bottomMenu li a
{
padding: 0px 10px;
color: #fff;
}

.backLink
{
text-align: center;
color: #fff;
font-size: 10px;
width: 800px;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
}

.backLink a
{
color: #fff;
font-size: 10px;
}


/*****Specific Pages*****/
div#indexDefault h2
{
text-align: center;
font-size: 20px;
margin: 20px auto;
font-weight: normal;
}
div#indexDefault div.alert h2
{
margin-top: 5px;
}
div#indexDefault div.blockCenter
{
width: 493px;
}


#aboutUsDefault #serviceInfo
{
margin-top: 40px;
}
#aboutUsDefault div.blockCenter
{
width: 338px;
}

#customPrintingDefault p
{
text-align: center;
}


#samplesDefault #replaceImagesDirections
{
margin-top: 8px;
}

#samplesDefault #p_screencast_open
{
margin-top: 40px;
}

#samplesDefault #p_screencast_open,
#samplesDefault #p_screencast_close
{
text-align: center;
}

#samplesDefault #div_screencast
{
width: 700px;
margin: 15px auto;
text-align: center;
font-size: 18px;
font-weight: bold;
}

#samplesDefault .sampleContainer
{
width: 520px;
margin: 0px auto;
}
#samplesDefault .sampleContainer h2
{
margin: 70px auto 13px;
padding-bottom: 2px;
font-size: 18px;
background: url(/includes/templates/reflyer_custom/images/hr.png) 17px left repeat-x;
width: 90%;
}
#samplesDefault .sampleContainer h2 span
{
background-color: #fff;
padding: 0px 5px;
}

#samplesDefault .sampleContainer a
{
text-decoration: none;
}


#samplesDefault #row2
{
padding-top: 20px;
}
#samplesDefault #row2_pub
{
padding-top: 20px;
}

#samplesDefault #sample5 img
{
padding-bottom: 36px;
}
#samplesDefault #sample5_pub img
{
padding-bottom: 36px;
}

#samplesDefault #sample6 img
{
padding-bottom: 36px;
}
#samplesDefault #sample6_pub img
{
padding-bottom: 36px;
}

#yardArmLightsDefault #lightPictures
{
padding: 10px;
margin: 0px auto;
}


#yardArmLightsDefault #lightPictures dl#ground_dark
{
padding: 0px;
margin: 5px 5px 20px 35px;
list-style-type: none;
width: 326px;
float: left;
}

#yardArmLightsDefault #lightPictures dl#ground_dark dd
{
width: 326px;
margin: 5px auto 0px;
padding: 0px;
}


#yardArmLightsDefault #lightPictures dl#ground_lights
{
padding: 0px;
margin: 5px 35px 20px 5px;
list-style-type: none;
width: 326px;
float: right;
}

#yardArmLightsDefault #lightPictures dl#ground_lights dt
{
text-align: right;
}

#yardArmLightsDefault #lightPictures dl#ground_lights dd
{
margin: 5px 5px 20px;
padding: 0px;
width: 326px;
height: 531px;
}


#yardArmLightsDefault #lightPictures dl#premier_dark
{
padding: 0px;
margin: 30px 5px 20px 35px;
list-style-type: none;
width: 326px;
float: left;
clear: both;
}

#yardArmLightsDefault #lightPictures dl#premier_dark dd
{
width: 326px;
margin: 5px auto 0px;
padding: 0px;
}


#yardArmLightsDefault #lightPictures dl#premier_lights
{
padding: 0px;
margin: 30px 35px 20px 5px;
list-style-type: none;
width: 326px;
float: right;
}

#yardArmLightsDefault #lightPictures dl#premier_lights dt
{
text-align: right;
}

#yardArmLightsDefault #lightPictures dl#premier_lights dd
{
margin: 5px 5px 20px;
padding: 0px;
width: 326px;
height: 494px;
}


#yardArmLightsDefault #lightPictures dl#top_dark
{
padding: 0px;
margin: 30px 5px 20px 35px;
list-style-type: none;
width: 326px;
float: left;
clear: both;
}

#yardArmLightsDefault #lightPictures dl#top_dark dd
{
width: 672px;
margin: 5px auto 0px;
padding: 0px;
}


#yardArmLightsDefault #lightPictures dl#top_lights
{
padding: 0px;
margin: 30px 35px 20px 5px;
list-style-type: none;
width: 326px;
float: right;
}

#yardArmLightsDefault #lightPictures dl#top_lights dt
{
text-align: right;
}

#yardArmLightsDefault #lightPictures dl#top_lights dd
{
margin: 5px 5px 20px;
padding: 0px;
width: 326px;
height: 283px;
}


#yardArmLightsDefault p.description
{
float: none;
clear: both;
padding-top: 0px;
margin-top: 0px;
}
#yardArmLightsDefault div.blockCenter
{
width: 475px;
}

#constructionServicesDefault div.blockCenter
{
width: 274px;
}

#yardArmRemovalDefault form p
{
text-align: center;
}

#maintenancePage p
{
text-align: center;
}

#discountcouponBody div#rightSidebar
{
position: absolute;
right: 60px;
}

#checkoutsuccessBody #thankYouParagraph
{
text-align: right;
margin: 40px 150px 100px 0px;
}



#page4Body .service_areas_paragraph
{
margin-top: 50px;
}

#page4Body ol.service_areas_list
{
/*float: left;
width: 69px;
margin: 15px 20px 0px 40px;
margin-left: 120px;
padding: 3px 12px 2px 0px;
border-right: 1px solid #676767;*/
}


#page4Body #map_search
{
margin: 20px;
}

#page4Body #map_search #li_street_address #address_error
{
margin-top: 7px;
margin-left: 124px;
width: 616px;
}

#page4Body #map_search #li_street_address label
{
margin-bottom: 10px;
margin-top: 10px;
}

#page4Body #map_search #li_submit
{
text-align: left;
}


#page4Body #map_legend
{
margin: 10px 0px 10px 20px;/* 144px;*/
padding-top: 5px;
padding-left: 5px;
height: 55px;
width: 630px;
width: 694px;
border: 1px solid #676767;
}

#page4Body #map_legend h3
{
font-size: 12px;
margin: 0;
padding: 0px 25px 0px 0px;
float: left;
height: 30px;
}

#page4Body #map_legend ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#page4Body #map_legend ul li
{
margin: 0;
padding: 0px 20px 5px 0px;
list-style-type: none;
float: left;
font-size: 12px;
}

#page4Body #map_legend ul li img
{
margin-right: 3px;
vertical-align: text-bottom;
}

#page4Body #map_legend ul li.standard img
{
border: 1px solid #E72E54;
}

#page4Body #map_legend ul li.first_level img
{
border: 1px solid #238B30;
}

#page4Body #map_legend ul li.second_level img
{
border: 1px solid #0101B4;
}

#page4Body #map_legend ul li.third_level img
{
border: 1px solid #EEDC00;
}


#page4Body #service_area_map
{
/*width: 636px;*/
width: 700px;
height: 776px;
margin-left: 20px;
margin-bottom: 20px;
}

#page4Body form.gsc-search-box {
	background: #59839c;
	border: solid 1px #99b3cc;
	padding: 1em;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}

#page4Body input.gsc-input	{
	border: solid 3px #444; 
	font-size: 1.4em;
	padding: .10em;
	width: 200px;
	}
#page4Body .gsc-search-button {
	margin-left: 1em;
	}

#service_area_map_popup
{
background-color: #fff;
color: #000;
text-align: left;
padding: 0;
margin: 0;
}

#service_area_map_popup .intro
{
background-color: #f9cad4;
margin: 0;
padding: 15px;
border-bottom: 1px dotted #E72E54;
position: relative;
}


#service_area_map_popup #service_area_map_street_address
{
width: 12em;
height: 3em;
}


#service_area_map_popup #service_area_map_wrapper
{
margin: 0px auto 20px;
padding: 35px 25px 25px;
background: #fff url(/includes/templates/reflyer_custom/images/slider_background.png) top center no-repeat;
}


#service_area_map_popup #service_area_map
{
margin: 0px auto;
padding: 0px;
width: 540px;
height: 610px;
}

#service_area_map_popup .standard_area_text
{
color: #E72E54;
}
#service_area_map_popup .first_level_area_text
{
color: #238B30;
}
#service_area_map_popup .second_level_area_text
{
color: #0101B4;
}
#service_area_map_popup .third_level_area_text
{
color: #EEDC00;
}

#service_area_map_popup .outside_area_text
{
color: #c00;
font-weight: bold;
background-color: #ffeeee;
border: 1px dashed #ff0000;
padding: 8px;
width: 90%;
}



#largefileuploadintroBody p.continue
{
margin-top: 50px;
}



#uploadFileBody p.note
{
margin-top: 40px;
}




/*****Original CSS*****/

/*FORM, SELECT, INPUT {
display: inline;
font-size: 1em;
margin: 0.1em;
}

TEXTAREA {
float: left;
margin: auto;
display: block;
width: 95%;
}

input:focus, select:focus, textarea:focus {
background: #F0F8FF;
}

FIELDSET {
padding: 0.5em;
margin: 0.5em 0em;
}

LEGEND {
font-weight: bold;
padding: 0.3em;
}

LABEL, h4.optionName {
line-height: 1.5em;
padding: 0.2em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
margin: 0.5em 0.3em;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}

LABEL.inputLabel {
width: 11em;
float: left;
}

LABEL.inputLabelPayment {
width: 15em;
float: left;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
width: 12em;
float: left;
}

P, ADDRESS {
padding: 0.5em;
}

ADDRESS {
font-style: normal;
}
*/
.clearBoth {
clear: both;
}
/*
HR {
height: 1px;
margin-top: 0.5em;
border: none;
} */

/*warnings, errors, messages*/
/*
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
color: #cc0000;
background-color: #FFFFCC;
}

.messageStackSuccess {
background-color: #99FF99;
color: #000000;
}

.messageStackCaution {
background-color: #FFFF66;
color: #000000;
}


#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
margin: auto;
}

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
margin: 0.3em 0em;
} */

/*navigation*/

/*
.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
margin: 0em;
font-size: 0.9em;
}
.navNextPrevList {
display: inline;
white-space: nowrap;
margin: 0;
padding:  0.5em 0em;
list-style-type: none;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
white-space: nowrap;
}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
background-color: #FFFFFF;
}

#navEZPagesTop {
background-color: #ffff33;
}

#navBreadCrumb, #navEZPagesTop {
font-size: 0.95em;
font-weight: bold;
margin: 0em;
padding: 0.5em;
}

#navColumnOne {
border-right: 1px solid #999;
background-color: #eee;
padding: 0 2px;
}

#navColumnTwo {
border-left: 1px solid #999;
background-color: #eee;
padding: 0 2px;
}*/

/*The main content classes*/
/*#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
}

#productDescription, .shippingEstimatorWrapper {
padding: 0.5em;
}

.alert {
color: #FF0000;
margin-left: 0.5em;
}
.advisory {}
.important {
font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
float: right;
}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
padding: 0.8em;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
font-size: 0.9em;
}
*/

/*Shopping Cart Display*/
#cartAdd {
float: right;
text-align: center;
margin: 1em;
/*border: 1px solid #000000;*/
padding: 1em;
}

.tableHeading TH {
/*border-bottom: 1px solid #000000;*/
}

.tableHeading, #cartSubTotal {
background-color: #e9e9e9;
}

#cartSubTotal {
/*border-top: 1px solid #cccccc;*/
font-weight: bold;
text-align: right;
line-height: 2.2em;
padding-right: 2.5em;
}

.tableRow, .tableHeading, #cartSubTotal {
height: 2.2em;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
padding: 0.5em 0em;
}

.cartUnitDisplay, .cartTotalDisplay {
text-align: right;
padding-right: 0.2em;
}

#scUpdateQuantity {
width: 2em;
}

.cartQuantity {
width: 4.7em;
}

.cartNewItem {
color: #000000;
position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
color: #CC0000;
position: relative;   /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
text-align: right;
font-weight: bold;
}

.cartRemoveItemDisplay {
width: 3.5em;
}

#cartAttribsList {
margin-left: 1em;
}

#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
text-decoration: line-through;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
color: #ff0000;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	}

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
text-align: right;
padding: 0.2em;
}

.amount {
width: 5.5em;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
width: 20%;
margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin: 1em 0em;
}

/*sideboxes*/
.columnLeft {}

/*h3.leftBoxHeading, h3.leftBoxHeading a {
text-align: center;
font-size: .9em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .1em;
color: #666;
background-color: #eee;
}

.leftBoxHeading, .centerBoxHeading {
margin: 0em;
padding: 0.5em 0.2em;
}

.leftBoxContainer {
margin-top: 1.5em;
}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
font-size: 1.1em;
color: #000000;
}

.rightBoxHeading {
margin: 0em;
background-color: #FFFFFF;
padding: 0.2em 0em;
}

h3.leftBoxHeading a:hover {
color: #FFFF33;
text-decoration: none;
}

h3.rightBoxHeading a:hover {
color: #000000;
text-decoration: none;
}

.rightBoxContent {
background-color: #ffffff;
margin-bottom: 1em;
}*/

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: left;
background-color:#FFFFFF;
}

.productListing-rowheading th
{
border-bottom: 1px solid #676767;
padding: 10px 0px;
}
.productListing-rowheading #listCell0-1
{
text-align: right;
}

.productListing-price
{
width: 100px;
text-align: right;
border-bottom: 1px solid #676767;
padding: 15px 0px;
vertical-align: top;
}
.productListing-data
{
border-bottom: 1px solid #676767;
padding: 15px 0px;
vertical-align: top;
}
.productListing-data h3
{
padding-top: 0px;
margin-top: 0px;
}



#navCatTabsWrapper {
/*border-bottom: 1px solid black;
background-color: #666;*/
padding: 0;
}

#bestsellers .wrapper {
margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
padding: 0;
margin-left: 1.1em;
}

#bestsellers li {
padding: 0;
margin: 0.3em 0em 0.3em 0em;
}

#bannerboxHeading {
background-color: #000000;
}

#upProductsHeading {
text-align: left;
}

#upDateHeading {
text-align: right;
}

/*misc*/
.back {
float: left;
}

.forward {
float: right;
}

.bold {
font-weight: bold;
}

.rowOdd {
background-color: #E8E8E8;
height: 1.5em;
vertical-align: top;
}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
margin: 0;
}

.accountTotalDisplay, .accountTaxDisplay {
width: 20%;
text-align: right;
/*vertical-align: top*/
}

.accountQuantityDisplay {
width: 10%;
vertical-align: top
}

TR.tableHeading {
background-color: #cacaca;
height: 2em;
}

#siteMapList {
width: 90%;
float: right;
}

.ratingRow {
margin: 1em 0em 1.5em 0em;
}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

