#background{
    position:absolute;
    z-index:-1;
    width:1200px;
    margin:0 auto;
    top:0px;
}

#page{
    min-height: 600px;
    height: 600px !important;
    height: 600px;
    width:900px;
    margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
    position: absolute;
    left: 30px;
    top: 0px;
    font-family:Arial,Helvetica,sans-serif;
}	

/* header */
#logo  a{
    background:transparent url('/images/allPages/logo.jpg') bottom left no-repeat;
    width:269px;
    height:38px;
    cursor:pointer;
    position: absolute; 
    right: 130px;
    top:30px;
}
.header_a{
    margin-bottom: 2px;
}
/* header ends */

/* navigation starts */
#navigation{
    letter-spacing:1px;
    width: 210px;
    float: left;
    margin-top: 30px;
}
#navigation ul{
    float:left;
    margin-right:50px;
}
#navigation li{
    margin-bottom: 2px;
}
#leftnav{
    width: 210px;
}

#cat_nav{
    float: left;
    margin-top: 50px;
}

#cat_head{
    margin-top: 50px;
}
#cat_nav_l{
    margin-top: 25px;
}

#search_hidden_switch{
    font-weight: normal;
    cursor: pointer;
    color:#173046;
    font-size:11px;
}
#email_updates_switch{
    font-weight: normal;
    cursor: pointer;
    color:#173046;
    font-size:11px;
}
#search{
    margin-top:10px;
}
#search_hidden{
    display: none;
    margin: 5px 0;
}
#email_updates_hidden{
    display: none;
    margin: 5px 0;
}
.nav_search_submit{
    border: none;
    width: 21px;
    height: 21px;
    background: url('/images/allPages/submit_button.gif');
    cursor: pointer;
    float: left;
}
.nav_search_input{
    border: solid 1px #ccc;
    height: 15px;
    font-size: 12px;
    width: 150px;
    padding: 2px 0;
    float: left;
}
/* navigation starts */

/* content starts */
#content{
    width: 685px;
    padding-left: 220px;
    padding-top: 120px;
}
#homecontent{
    width: 685px;
    padding-left: 220px;
    padding-top: 10px;
}
.title_image {
    padding-bottom:10px;
}
.product_name{
    font-size:12px;
    font-weight:normal;
}
.lighter_text {
    color:#999999;
}
.required{
    color: #cccccc;
}
/* content ends */

/* account starts */

#account_side_nav{
    width: 197px;
    float: left;
}
.account_side_nav_a_h{
    margin-bottom: 2px;
}
.account_side_nav_a_h a{
    color: #808080;
    font-size: 14px;
    font-weight: normal;
}

#account_content{
    float: left;
    width: 400px;
}

/* account ends */

/* button sprites starts */

.apply_code_spr{
    background:url('/images/buttons/apply_code_spr.gif');
    width: 93px;
    height: 21px;
    border: none;
    background-position:0% 21px;
}
.apply_code_spr:hover{
    background-position:0% 0px;
}

.buy_now_spr{
    background:url('/images/buttons/buy_now_spr.gif');
    width: 92px;
    height: 22px;
    border: none;
    background-position:0% 23px;
}
.buy_now_spr:hover{
    background-position:0% 0;
}

.checkout_now_spr{
    background:url('/images/buttons/checkout_now_spr.gif');
    width: 191px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.checkout_now_spr:hover{
    background-position:0% 0;
}

.confirm_order{
    background:url('/images/buttons/confirm_order_spr.gif');
    width: 191px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.confirm_order:hover{
    background-position:0% 0;
}

.continue_shopping_spr{
    background:url('/images/buttons/continue_shopping_spr.gif');
    background-position:0% 23px;
    width: 191px;
    height: 23px;
    border: none;
}
.continue_shopping_spr:hover{
    background-position:0% 0px;
}

.create_account_spr{
    background:url('/images/buttons/create_account_spr.gif');
    width: 192px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.create_account_spr:hover{
    background-position:0% 0;
}

.register_spr{
    background:url('/images/buttons/register_spr.gif');
    width: 192px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.register_spr:hover{
    background-position:0% 0;
}

.sign_in_spr{
    background:url('/images/buttons/sign_in_spr.gif');
    width: 192px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.sign_in_spr:hover{
    background-position:0% 0;
}

.submit_sm_spr{
    background:url('/images/buttons/submit_sm_spr.gif');
    width: 92px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.submit_sm_spr:hover{
    background-position:0% 0;
}

.submit_spr{
    background:url('/images/buttons/submit_spr.gif');
    width: 192px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.submit_spr:hover{
    background-position:0% 0;
}

.update_spr{
    background:url('/images/buttons/update_spr.gif');
    width: 192px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.update_spr:hover{
    background-position:0% 0;
}

.send_wishlist_spr{
    background:url('/images/buttons/send_wishlist_spr.gif');
    width: 152px;
    height: 23px;
    border: none;
    background-position:0% 0;
}
.send_wishlist_spr:hover{
    background-position:0% 23px;
}

.update_wishlist_spr{
    background:url('/images/buttons/update_wishlist_spr.gif');
    width: 152px;
    height: 23px;
    border: none;
    background-position:0% 0;
}
.update_wishlist_spr:hover{
    background-position:0% 23px;
}

.update_sm_spr{
    background:url('/images/buttons/update_sm_spr.gif');
    width: 80px;
    height: 23px;
    border: none;
    background-position:0% 23px;
}
.update_sm_spr:hover{
    background-position:0% 0px;
}

/* button sprites ends */

/* footer starts */
#footer_inner{
    margin-top: 80px;
    width: 210px;
}
.footer_a{
    margin-bottom: 2px;
}
.footer_copy{
    color: #ccc;
    margin-top: 20px;
}
/* footer ends */

.frontProduct {
    float:left;
    margin-right:15px;
    text-align:center;
    width:160px;
}

.inputText{
    border:1px solid #e7e7e7;
    width:250px;
    margin-bottom:10px;
    padding:2px;
    font-size:10px;
}
.inputError{
    border:1px solid #880000;
}
.inputSelect{
    border:1px solid #827B6E;
    width:257px;
    margin-bottom:10px;
    font-size:10px;
}

.section{
    font-weight:bold;
    letter-spacing:1px;
    text-transform:uppercase;
}
.price{font-weight:bold;}

#catfilter {
    border: 0px;
    background: #CCC;
    margin-left: 25px;
    text-transform: none;
    width: 150px;
}
fieldset{
    border: none;
}
.small_underline{
    width: 20px;
    height: 1px;
    background: #c7c9cb;
    font-size: 0;
    line-height: 0;
}

#product_dropdowns{
    margin-bottom: 10px;
}

.title_blue{
    color: #182f49;
}
.title_grey{
    color: #808080
}

.table_head{
    color: #8f8f8f;
}

.account_side_nav_a_h a.active{
    color: #182f49;
}

.underline{
    text-decoration: underline;
}

.dropdown {
		position: relative;
		border-top: 1px solid #CCCCCC;
		float: left;
        text-transform:uppercase
	}

  .product_ddls .dropdown {
		border-top: 6px solid #CCCCCC;
	}

	span.hidden {
		display: none;
	}

	.dbselect {
		float: left;
	}

	.dropdown .listOptions {
		position: absolute;
		top: 21px;
		overflow: auto;
		background: #ffffff;

	}

	.dropdown .listOptions ul {
		list-style: none;
	}

	.dropdown .listOptions ul li {
		height: 11px;
		white-space: nowrap;
	}

	.dropdown .listOptions a {
		display: block;
		font-size: 10px;
		color: #000000;
	}

	.dropdown .listOptions a:hover {
		text-decoration: underline;
	}

	a.dropdown_toggle {
		display: block;
		padding-top: 5px;
		padding-right: 25px;
		padding-bottom: 4px;
		background: url(../images/buttons/dropdown_arrow.gif) no-repeat top;
		white-space: nowrap;
		color: #000000;
        background-position:185px 10px;
	}

	a.dropdown_toggle:hover {

	}

	a.dropdown_toggle span {
		cursor: pointer;
	}