@import url(com_leftnav.css);

body{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	margin-bottom: 5px;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border: none;
}
.clear_float {
	clear:both;
}
#wrapper {
	margin: auto;
	width: 898px;
}
.input {
	height: 14px;
	font-family: Verdana;
	font-size: 11px;
}
form {
	margin:0;
}
/*
	HEADER
*/

#header {
	margin-bottom: 1px;
	height: 135px;
	width: 896px;
	text-align: right;
}

#header .account, #header .cart, #header .logout {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin-top: 8px;
	margin-right: 18px;
}

#header .account {
	background-image: url(/otto/images/icon_account.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#header .cart {
	background-image: url(/otto/images/icon_cart.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
#header .logout {
	background-image: url(/otto/images/icon_logout.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#header .account a, #header .cart a, #header .logout a {
	color: #FFFFFF;
	text-decoration: none;
}
#header .account a:hover, #header .cart a:hover, #header .logout a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#header .cart_info {
	color: #FFFFFF;
	margin-top: 13px;
	padding-right: 20px;
}

/*
	NAVIGATION
*/
#nav {
	width: 898px;
}
#nav a {
	float: left;
	height: 31px;
	width: 118px;
	display:block;
	margin-right: 1px;
}

#nav .home a {
	width: 180px;
	background-image: url(/otto/images/nav_menu_home_red.gif);
}

#nav .home a:hover {
	background-image: url(/otto/images/nav_menu_home_blue.gif);
}

#nav .products a {
	width: 118px;
	background-image: url(/otto/images/nav_menu_products_red.gif);
}

#nav .products a:hover {
	background-image: url(/otto/images/nav_menu_products_blue.gif);
}

#nav .program a {
	background-image: url(/otto/images/nav_menu_program_red.gif);
}

#nav .program a:hover {
	background-image: url(/otto/images/nav_menu_program_blue.gif);
}

#nav .action a {
	background-image: url(/otto/images/nav_menu_action_red.gif);
}

#nav .action a:hover {
	background-image: url(/otto/images/nav_menu_action_blue.gif);
}

#nav .website a {
	background-image: url(/otto/images/nav_menu_website_red.gif);
}

#nav .website a:hover {
	background-image: url(/otto/images/nav_menu_website_blue.gif);
}

#nav .about a {
	background-image: url(/otto/images/nav_menu_about_red.gif);
}

#nav .about a:hover {
	background-image: url(/otto/images/nav_menu_about_blue.gif);
}


#nav .express a {
	background-image: url(/otto/images/nav_menu_express_red.gif);
}

#nav .express a:hover {
	background-image: url(/otto/images/nav_menu_express_blue.gif);
}

/*
	LEFT
*/
#left {
	float: left;
	width: 180px;
	margin-top: 0px;
	text-align: left;
}#left .login {
	background-image: url(/otto/images/login_bg.gif);
	height: 148px;
	padding-top: 40px;
	background-repeat: no-repeat;
	font-size:10px;
}#left .login_error {
	color: #9F0000;
	font-weight: bold;
}#left .login .input {
	width: 132px;
}#left .login div {
	padding-top: 2px;
	margin-left:20px;
	margin-right:20px;
}#left .login .text {
	/*text-align: right;*/
	padding: 2px 0px;
}#left .login .text a:hover{
	text-decoration:none;	
}#left .login .button {
	text-align: right;
	height: 21px;
	width: 67px;
	display:block;
	float:right;
	padding-right: 16px;
	margin-top: 10px;
}
#latestNews .title{
	background-image: url(/otto/images/ico_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-family: "Franklin Gothic Medium";
	font-size: 16px;
	color: #626255;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	width:80%;
	margin:20px auto 0px auto;
	padding:0px 0px 10px 20px 
}#latestNews .content{
	padding: 18px 0px 0px 18px;
	font-family:Arial;
}#latestNews .time{
	font-weight:900;
}#latestNews .more{
	text-decoration:underline;
}#latestNews .more:hover{
	text-decoration:none;
}#latestNews .item{
	margin-bottom:10px;
}

/*
	FOOTER
*/
#footer{
	margin-top:10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	clear:both;
	padding-top:10px;
}
#footerLinks{
	margin-left: 40px;
	float:left;
	text-align: center;
}#footerLinks a{
	margin-right: 5px;
	margin-left: 5px;
	text-decoration:underline;
}#footerLinks a:hover{
	text-decoration:none;
}
#copyrights{
	float:right;
}

/*
	RIGHT HEADER
*/
#right{
	float:left;
	width:716px;
	margin-top: 2px;
}
#right .mainContent {
	min-height: 500px;
	/*width: 712px;
	margin-right: 4px;*/
}
#searchBar{
	background-color:#CACAAF;
	height:27px;
	margin:2px 0px 0px 2px;
	padding:4px 0px 0px 5px;
}#searchBar .label{
	margin-right:10px;
}#searchBar .inputBox{
	height:12px;
	line-height:11px;
	font-size:11px;
	width:114px;
	position:relative;
	top:-2px;
}#searchBar .goBtn{
	position:relative;
	top:2px;
}#searchBar .dropDownList{
	width:285px;
	position:relative;
	top:-2px;
}#productQuicklist{
	margin-left:0px;
}
#subTitleImg{
	padding: 0px;
	margin: 1px 0px 1px 2px;
}
#Breadcrumb{
	margin: 1px 0px 1px 2px;
	background-image: url(/otto/images/breadcrumb_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 7px 20px 7px 18px;
}
.pageSelector{
	text-align:right;
	margin:5px 0px;
	float: right;
}.pageSelector .dropDownList{
	width:278px;
}.pageSelector .label{
	margin-right:10px;
}

/*
	INDEX
*/
#indexPage{
	padding:10px 0px 0px 10px;
}
#intro .text{
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:15px;
	width:324px;
}
#serviceProvided{
	margin:5px 0px;
}#serviceProvided .item{
	width:232px;
	height:188px;
	float:left;
	position:relative;
}#specialsThisMonth .text{
	margin:64px 0px 0px 19px;
	width:110px;
}#cusomizeYourCap .text{
	margin:64px 0px 0px 19px;
	width:90px;
}#cusomizeWebsite .text{
	margin:64px 0px 0px 19px;
	width:90px;
}#serviceProvided p{
	margin: 0em 0em 0.5em 0em;
}#serviceProvided .more{
	height: 35px;
	width: 195px;
	position: absolute;
	left: 18px;
	top: 140px;
}#specialsThisMonth{
	background-repeat: no-repeat;	
}#cusomizeYourCap{
	background-repeat: no-repeat;
}#cusomizeWebsite{
	background-repeat: no-repeat;
}
#newStyles{
	height: 89px;
	width: 182px;
	margin-top: 0px;
	padding:47px 497px 0px 24px;
	position:relative;
}#newStyles p{
	margin: 0em 0em 0.5em 0em;
}#newStyles .more{
	width:105px;
	height:29px;
	position: absolute;
	left: 590px;
	top: 99px;
}
#topSellers .left{
	float:left;
	width:205px;
}
#topSellers .left .title{
	margin:20px 0px 10px 10px;
}#topSellers .left .text{
	margin:0px 10px 0px 25px;
	width:180px;
}#topSellers p{
	margin: 0em 0em 0.5em 0em;
}#topSellers .item{
	float:left;
	width:163px;
	text-align:center;
	margin-top:20px;
}#topSellers .productImg{
	padding:5px 0px;
}#topSellers .firstItem .productImg, #topSellers .secondItem .productImg{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;	
}
#topSellers .item .text{
	text-align:left;
	background-image: url(/otto/images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding:20px 10px 20px 20px;
	width:96px;
	margin:auto;
}
/*
	CATEGORY
*/
#categoryPage .categoryListRow .item{
	width:134px;
	float:left;
	margin-right:-1px;
}#categoryPage .categoryListRow .item a{
	text-decoration:none;
}#categoryPage .categoryListRow .item a:hover{
	text-decoration:underline;
}#categoryPage .categoryListRow .item img{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border:solid 1px #CCC;
}#categoryPage .categoryListRow .item .info{
	background-image: url(/otto/images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}#categoryPage .categoryListRow{
	margin-bottom: 10px;
	margin-left:40px;
}

/*
	PRODUCT
*/
#productPage{
	padding:0px 0px 0px 0px;
}
#productPage .leftColumn{
	vertical-align: top;
	float:left;
	width:383px;
}
#productImages{
	width:345px;
	height: 339px;
	margin:auto;
	text-align:center;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
#productImages .left {
	width: 172px;
	height: 29px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	float: left;
	text-align: center;
	background-color: #ffffff;
	padding-top: 14px;
	cursor: default;
	color: #666666;
}
#productImages .right {
	width: 172px;
	height: 29px;
	border-top: 1px solid #cccccc;
	float: right;
	text-align: center;
	background-color: #efefe7;
	padding-top: 14px;
	cursor: pointer;
	color: #404042;
}
#productImages .mainImage{
	margin:20px 0px 30px 10px;
}#productImages .otherImage{
	margin:5px;
}
#productImages .otherImage img{
	border: 1px solid #CCCCCC;
}
#colors{
	margin:20px auto;
	width:305px;
}#colors td{
	padding:2px;
	text-align:left;
}.moreColor{
	text-align:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 18px;
}
.moreColor .text {
	width: 182px;
	height: 12px;
	background-color: #efefe7;
	text-align: left;
	padding: 10px;
	margin-right: 5px;
	float: left;
}
.moreColor .button {
	background-image: url( images/btn_view_all_colors.gif );
	width: 137px;
	height: 32px;
	cursor: pointer;
	float: left;
}
#rightColumn{
	vertical-align: top;
	float:right;
	width:323px;
}
#productDetail {
	clear:right;
	margin: 0px 0px 0px 0px;
}
#productDetail .name, #productDetail .style, #productDetail .detail{
	width:245px;
}
$productDetail table {
	border: 0px;
}
#productDetail .name, #productDetail .style{
	background-color:#C9C9AE;
	font-weight:bold;
}#productDetail td{
	vertical-align:top;
}#productDetail .name, #productDetail .detail{
	padding: 8px 15px 8px 15px;
}#productDetail .style, #productDetail .price{
	padding:8px 15px;
}#productDetail .price{
	background-color:#c9c9ae;
	text-align:right;
}#productDetail .print, #productDetail .email{
	display:block;
	width:72px;
	height:17px;
	padding-left:23px;
	padding-top:4px;
}#productDetail .print a, #productDetail .email a{
	text-decoration:none;
	font-weight:bold;
}#productDetail .print a:hover, #productDetail .email a:hover{
	text-decoration:underline;
}
#productDetail .print{
	background-image: url(/otto/images/maincontent_print_btn.gif);
	background-repeat: no-repeat;	
	margin-bottom: 2px;
}#productDetail .email{
	background-image: url(/otto/images/maincontent_email_btn.gif);
	background-repeat: no-repeat;	
}
#productOption #qty, #productOption #price {
	width: 80px;
}
#productOption #color {
	width: 163px;
}
#productOption input {
	width: 88px;
	margin: 1px
} 
#productOption select {
	width: 175px;
	margin: 1px;
}
#productOption .title {
	background-color: #c9c9ae;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3A3949;
	padding: 6px 0px 6px 15px; 
}
#productOption .button {
	text-align: right;
	padding-top: 4px;
}

/* some general style */

.pannel {

}
.pannel .cross_r {
	float: right;
}
.pannel .cross_l {
	float: left;
}
.pannel .list {}

.line {
	height: 1px;
	margin: 5px 15px 5px 15px;
	padding: 0px;
	background: url(/otto/images/line_bg.gif);
	background-repeat: repeat-x;
}
input {
	height: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/* style for reg page here */
#reg {
	padding: 0px 0px 0px 16px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
#reg .line {
	height: 1px;
	margin: 5px 15px 5px 15px;
	padding: 0px;
	background: url(/otto/images/line_bg.gif);
}
#reg .paddingText {
	padding: 6px 0px 6px 15px;
}
#reg .paddingInput {
	padding: 3px 0px 3px 15px;
}
#reg .harf {
	width: 350px;
}
#reg .left {
	width: 135px;
}
#reg .right {
	width: 185px;
}
#reg .input1 {
	width: 161px;
}
#reg .input2 {
	width: 50px;
}

#reg .login {
	padding-top: 15px;
}
#reg .login .intro {
	padding: 20px 20px 20px 10px;
}

#reg .blank1 {
	padding-left: 30px;
}
#reg .blank2 {
	padding-left: 9px;
}

#reg .account {
	padding-top: 20px; 
}
#reg .account .harf {
	background-image: url(/otto/images/maincontent_reg_account_bg.gif);
	background-repeat: repeat-x;
}
#reg .addressTitle {
	padding-top: 20px;
}
#reg .additional .content {
	padding:10px 0px;
}#reg .additional .harf{
	padding-left:10px;
}
#reg .additional .line{
	margin-left:0;
	margin-right:0;
}
#reg .address .harf{
	background-image: url(/otto/images/maincontent_reg_account_bg2.gif);
	background-repeat: repeat-x;
	padding: 0px 0px;
	margin-top: 0px;
}
#reg .additional {
	margin-top: 20px;
}

#reg .additional .harf {
	width: 335px;
}

/* style for my account page here */
#account {
	padding: 0px 0px 0px 17px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
#account .part {
	width: 233px;
}
#account .line {
	height: 1px;
	margin: 5px 0px 5px 20px;
	padding: 0px;
	background: url(/otto/images/line_bg.gif);
}
#account .padding {
	padding: 4px 0px 4px 25px;
}
#account .ico {
	margin-right:20px;
}

/* style for my cart page here */
#winbig {
	width: 716px;
	height: 80px;
	margin: 0px 0px 1px 2px;
	background: url(/otto/images/maincontent_cart_winbig.gif);
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 150%;
}
#winbig a {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#winbig .left {
	padding: 13px 0px 0px 128px;
	width: 420px;
}
#winbig .right {
	padding: 52px 0px 0px 15px;
}

#cart {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-left: 16px;
}
#cart #express .title {
	padding: 15px 0px 15px 2px;
}
#cart ul {
	list-style-position: outside;
	list-style-image: url(/otto/images/ico_arrow4.gif);
}
#cart #express .pannel{
	background: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
#cart #express select {
	width: 141px;
	height: 21px;
}
#cart #express .left {
	width: 545px;
	padding: 6px 0px 6px 6px;
}
#cart #express .right {
	width: 145px;
	padding: 2px 0px 2px 0px;
}
#cart #express img {
	margin-right: 6px;
}

#cart #des {
	padding-top: 20px;
}
#cart #des .title {
	background: #AAA;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
}
/*
	CHECKOUT
*/
#checkoutShipping, #checkoutPayment, #checkoutReceipt{
	padding:30px 0px 30px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}#checkoutShipping .billTo, #checkoutShipping .shipTo{
	width:345px;
	float:left;
}#checkoutShipping .title{
	padding-bottom:2px;
}#checkoutShipping .line{
	margin-left:0px;
}#checkoutShipping .billTo .content, #checkoutShipping .shipTo .content{
	padding:15px 2px;
	position:relative;
}#checkoutShipping .changeAddBtn{
	position:absolute;
	top:15px;
	right:20px;
}
#shippingOptions{
	margin-top:20px;
}#shippingOptions .title{
	padding:0px 0px 3px 10px;
}#shippingOptions .content{
	padding:10px;
}#shippingOptions .radio{
	margin-right:5px;
}#shippingOptions .item{
	padding:8px 0px;
}#shippingOptions .item select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
}#shoppingFee{
	width:100%;
}#shoppingFee td{
	width:50%;
}#shippingOptions .funtionality{
	text-align:right;
}#checkoutShipping li{
	margin-bottom:10px;
}#shoppingNotes{
	margin: 20px 0px;
	padding:0px 20px;
}#shoppingNotes li{
	margin-bottom:10px;
}
#paymentMethod .title{
	margin-bottom:5px;
}#paymentMethod table{
	background-image: url(/otto/images/checkout_paymentmethod_bg.gif);
	background-repeat: repeat-x;
	height: 163px;
	width:100%;
	margin-bottom: 10px;
}#paymentMethod td{
	vertical-align:top;
	padding:20px;
}#paymentMethod td table{
	height:auto;
	background-image:none;
	width: inherit;
}#paymentMethod td table td{
	padding:inherit;
}#paymentMethod .left{
	width:130px;
}#paymentMethod .right{
	width:160px;
	text-align:right;
}#paymentMethod .chooseCard{
	width:288px;
}#paymentMethod table .item{
	padding:3px 0px;
}#paymentMethod .cardInput{
	width:152px;
}#paymentMethod .other{
	width:50px;
}#paymentMethod .printOrder{
	float:right;
}#checkoutPayment .line{
	margin-left:0px;
}#yourOrder .item1 td, #yourOrder .item2 td, #yourOrder .total td{
	padding:10px 0px;
}#yourOrder .item1 .column1{
	background-image: url(/otto/images/ico_arrow4.gif);
	background-repeat: no-repeat;
	background-position: left 10px;;	
	padding-left:20px;
	width:381px;
}#yourOrder .item1 .column2{
	width:150px;
	text-align:center;
}#yourOrder .item1 .column3{
	width:67px;
	text-align:center;
}#yourOrder .item1 .column4{
	width:75px;
	text-align:right;
	padding-right:5px;
}#yourOrder .line{
	margin-left:0px;
	margin-right:0px;
}#yourOrder .item2 .column2{
	text-align:right;
}#yourOrder .functionality{
	padding:8px 0px;
	text-align:right;
}#yourOrder .total{
	color:#C93038;
	font-weight:bold;
}#yourOrder .total .column2{
	text-align:right;
}#yourOrder .agreement{
	padding:15px 0px;
	position:relative;
}#yourOrder .agreement a{
	text-decoration:underline;
}#yourOrder .agreement a:hover{
	text-decoration:none;
}#yourOrder .placeOrder{
	position:absolute;
	right:0px;
	top:5px;
}
#checkoutReceipt .line{
	margin-right:0px;
	margin-left:0px;
}
#thankYou {
	position:relative;
	margin-bottom:10px;
}
#thankYou .content{
	padding:20px 10px;
	width:473px;
}#thankYou .print{
	position:absolute;
	right:0px;;
	top:-7px;
}
#thankYou .info{
	background-color:#ECECE1;
	padding:10px;
}#thankYou .confermationNumber{
	color:#C93038;
	font-weight:bold;
	margin-top:1em;
}
/* some general style */

.pannel {

}
.pannel .cross_r {
	float: right;
}
.pannel .cross_l {
	float: left;
}
.pannel .list {}

.line {
	height: 1px;
	margin: 5px 15px 5px 15px;
	padding: 0px;
	background: url(/otto/images/line_bg.gif);
}
input, select {
	height: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.input1 {
	width: 161px;
}
.input2 {
	width: 50px;
}
.subTitle
{
	width: 694px;
	/*width: 696px;*/
	height: 23px;
	margin: 1px 0px 1px 2px;
	padding: 8px 20px 0px 0px;
	text-align: right;
	color: #FFFFFF;
	font-family:verdana;
	font-size: 11px;
}

/* style for reg page here */
#subTitle_reg
{
	background: url(/otto/images/subTitle_registation.gif);
}
#reg {
	padding: 0px 0px 0px 16px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
#reg .line {
	height: 1px;
	margin: 5px 15px 5px 15px;
	padding: 0px;
	background: url(/otto/images/line_bg.gif);
}
#reg .paddingText {
	padding: 6px 0px 6px 0px;
}
#reg .paddingInput {
	padding: 3px 0px 3px 15px;
}
#reg .harf {
	width: 350px;
}

#reg .left {
	width: 135px;
	padding-left: 15px;
}
#reg .right {
	width: 185px;
}
#reg .login {
	padding-top: 15px;
}
#reg .login .intro {
	padding: 20px 20px 20px 10px;
}

#reg .blank1 {
	padding-left: 30px;
}
#reg .blank2 {
	padding-left: 9px;
}

#reg .account {
	padding-top: 20px; 
}
#reg .account .harf {
	padding: 10px 0px;
	height: 186px;
}#reg .addressTitle .harf{
	padding: 10px 0px;
	background-repeat: repeat-x;
}
#reg .addressTitle {
	padding-top: 20px;
}
#reg .address .harf {
	
}

#reg .additional {
	margin-top: 20px;
}

#reg .additional .harf {
	width: 335px;
}

/* style for my account page here */
#account {
	padding: 20px 0px 0px 17px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
#account .part {
	width: 233px;
}
#account .line {
	height: 1px;
	margin: 5px 0px 5px 20px;
	padding: 0px;
	background: url(/otto/images/line_bg.gif);
}
#account .padding {
	padding: 4px 0px 4px 25px;
}
#account .ico {
	margin-right:20px;
}

/* style for my cart page here */
#winbig {
	width: 716px;
	height: 80px;
	margin: 0px 0px 1px 2px;
	background: url(/otto/images/maincontent_cart_winbig.gif);
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 150%;
}
#winbig a {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#winbig .left {
	padding: 13px 0px 0px 128px;
	width: 420px;
}
#winbig .right {
	padding: 52px 0px 0px 15px;
}
#subTitle_cart {
	background: url(/otto/images/subTitle_cart.gif);
}
#cart {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-left: 16px;
}
#cart #express .title {
	padding: 15px 0px 15px 2px;
}
#cart #express .pannel{
	background: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
#cart #express select {
	width: 141px;
	height: 21px;
}
#cart #express .left {
	width: 545px;
	padding: 6px 0px 6px 6px;
}
#cart #express .right {
	width: 145px;
	padding: 2px 0px 2px 0px;
}
#cart #express img {
	margin-right: 6px;
}

#cart #des {
	padding-top: 20px;
}

#cart #des a {
	
}

#cart #operation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	padding: 8px;
}
#cart #operation td td {
	border-bottom-width: 0px;
	padding: 6px 10px 6px 10px;
	background: #efefe7;
}#cart #operation .column2{
	text-align:right;
}

#cart #operation .item {
	padding: 4px 0px 4px 20px;
	background-image: url(/otto/images/ico_dot.gif);
	background-repeat: no-repeat;
}

/* style for description table*/
#des .title {
	background: #999999;
	font-weight: bold;
}
#des .content {
	background: #EFEFE7;
}
#des .bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-weight:bold;
	background-color: #C9C9AD;
}
#des .item {
	padding: 0px 0px 0px 20px;
	background-image: url(/otto/images/ico_arrow4.gif);
	background-repeat: no-repeat;
}
#des .item div {
	padding: 4px 0px 4px 0px;
}
#des ul .styleNo {
	color: #868657;
}
#des td {
	text-align: left;
	vertical-align: top;	
	padding: 6px 8px 6px 8px;
}






/*
	RIGHT
*/
.arrow_title{
	margin:20px;
	font-size:16px;
	font-weight:bold;
	color:#1F3F65;
	padding-left:20px;
	background:url(/otto/images/ico_arrow2.gif) no-repeat left 5px;
}
.arrow_link{
	background:url(/otto/images/icon_arrow.gif) no-repeat left 2px;
	padding:0px 0px 0px 18px;
	text-align:left;
}


/*
	NEW STYLES
*/
.BrowseAllCategories{
	margin:10px 0px;
	text-align:right;
}
#NewStylesTable{
	margin:5px 0px 20px auto;
}#NewStylesTable td{
	vertical-align:middle;
	width:150px;
	padding:8px 0px 7px 20px;
}

/*
	SPECIALS
*/
#Specials_Table td{
	padding:0px 10px;
}#Specials_Table .CapImage{
	border:solid 1px #CCC;
}#Specials_Table .title{
	font-weight:bold;
	height:35px;
	padding-top:20px;
	padding-left:5px;
}#Specials_Table .arrow_link{
	margin:5px 0px;
}

/*
	CUSTOM WEBSITES
*/
#CustomWebsites_Table{
	margin:10px 0px 20px auto;
	width:690px;
	line-height:1.5em;
}#CustomWebsites_Table .items{
	width:490px;
	vertical-align:top;
}#CustomWebsites_Table .item{
	width:450px;
	padding:15px 0px;
	border-bottom:solid 1px #CCC;
}#CustomWebsites_Table .highlight{
	color:#FF0000;
	font-weight:bold;
}#CustomWebsites_Table .highlight a{
	text-decoration:underline;
	color:#FF0000;
}#CustomWebsites_Table .highlight a:hover{
	text-decoration:none;
}#CustomWebsites_Table .right{
	text-align:right;
	vertical-align:top;
}#CustomWebsites_Table .arrow_link{
	margin:5px 3px;
}

/*
	CUSTOM CAP PROGRAM
*/
#CustomCapProgram_Table{
	margin:20px 0px 20px auto;
	width:690px;
	line-height:1.5em;
}#CustomCapProgram_Table .items{
	width:490px;
	vertical-align:top;
}#CustomCapProgram_Table .arrow_link{
	margin:5px 0px;
}#CustomCapProgram_Table .right{
	text-align:right;
	vertical-align:top;
}#CustomCapProgram_Table .right .button{
	margin-top:10px;
}#CustomCapProgram_Table .CapTable{
	margin:10px 0px;
	width:95%;
}#CustomCapProgram_Table .CapTable td{
	text-align:center;
	vertical-align:middle;
}#CustomCapProgram_Table .CapTable img{
	border:solid 1px #CCC;
}

/*
	Saved_Cart
*/
#SavedCart_Table{
	width:98%;
	margin-left:auto;
}#SavedCart_Table th{
	background-color:#CFDEF1;
	color:#1F3F65;
	padding:5px;
	text-align:left;
}

#SavedCart_Table .space{
	width:2px;
}#SavedCart_Table .Name_Item, #SavedCart_Table .Date_Item, #SavedCart_Table .Number_Item{
	padding:10px;
	background-color:#F2F2F2;
	margin-right:2px;
	min-height: 27px;
}#SavedCart_Table .Column1{
	width:25px;
	text-align:center;
}#SavedCart_Table .Column5{
	text-align:center;
	width:88px;
	padding-top:3px;
}#SavedCart_Table .Column2{

}#SavedCart_Table .Column3{
	width:80px;
}#SavedCart_Table .Column4{
	width:70px;
}#SavedCart_Table .TableContents td{
}#SavedCart_Table .line td{
	background:url(/otto/images/dashed_line.gif) repeat-x;
	height:1px;
}


/*
	AUCTION NEW
*/
#AuctionNew_Table td{
	vertical-align:top;
}
#AuctionNew_Table .items{
	margin:20px;
	border-top:dashed 1px #000000;
	width:164px;
}#AuctionNew_Table .item{
	padding:7px;
	border-bottom:dashed 1px #000000;
}#AuctionNew_Table .intro{
	margin:0px 44px;
}#AuctionNew_Table .caps{
	margin:20px 0 0 auto;
	width:95%;
}#AuctionNew_Table .caps td{
	text-align:center;
	padding: 5px 0px 0px 0px;
}#AuctionNew_Table .caps .right_border{
	border-right:dashed 1px #000000;
}#AuctionNew_Table .caps .arrow_link{
	margin:10px 0px 0px 20px;
}

#AuctionNew_Table2{
	margin:0px 0px 0px 2px;
}#AuctionNew_Table2 .Title{
	background-color:#CFDEF1;
	color:#1F3F65;
	text-align:left;
	padding:5px;
}
#AuctionNew_Table2 .Content{
	vertical-align:top;
	background-color:#F2F2F2;
	padding:10px;
	margin: 2px;
	border-bottom: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
}
/*
	AUCTION CATEGORY
*/
#AuctionCategory_Table{
	margin:10px 0px;
}
#AuctionCategory_Table .item{
	margin:0px 10px;
	padding:5px 0px;
	border-bottom:dashed 1px #000000;
}
#AuctionCategory_Table .arrow_link{
	
}#CurrentAuctionsTitle{
	margin:0px 0px 1px 2px;
	background-color:#9FBEE1;
	padding:10px;
}

/*
	ITEM
*/
#ItemInfo_Intro{
	padding:5px 10px;
	background-color:#CFDEF1;
	font-family: Arial;
	font-size: 8px;
	font-weight: bold;
}#ItemInfo_Table{
	margin:0px 0px 2px 2px;
	background-color:#f2f2f2;
}#ItemInfo_Table .ImageColumn{
	width:276px;
	padding:10px 0px 0px 10px;
}#ItemInfo_Table .ImageBorder{
	border:solid 1px #666;
	float:left;
	background-color:#FFFFFF;
}#ItemInfo_Table .enlarge{
	margin:5px 10px;
}#ItemInfo_Table .enlarge a{
	text-decoration:underline;
}#ItemInfo_Table .enlarge a:hover{
	text-decoration:none;
}#ItemInfo_Table .TextColumn{
	vertical-align:top;
}#ItemInfo_Table .ImageColumn .PlaceABid{
	margin:10px 0px;
}#ItemInfo_Table .ItemInfo_Text_Table{
	margin:20px 10px 0px 10px;
	font-size:12px;
}#ItemInfo_Table .ItemInfo_Text_Table .LeftColumn{
	width:114px;
	font-weight:bold;
}#ItemInfo_Table .ItemInfo_Text_Table td{
	padding:5px 0px;
	vertical-align:top;
}#ItemInfo_Table .ItemInfo_Text_Table .enter{
	position:relative;
	top:5px;
}#ItemInfo_Table .ItemInfo_Text_Table td.PlaceABid{
	vertical-align:middle;
}#ItemInfo_Table .TextColumn .functional{
	margin:10px 20px 10px 0px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}#ItemInfo_Table .TextColumn .underline td{
	border-bottom:dashed 1px #000;
}

/*
	SLOT MACHINE
*/
#SlotMachine_Table{
	background:url(/otto/images/slotmachine_bg.jpg) no-repeat left top;
	margin:1px 0px 0px 2px;
}#SlotMachine_Table table{
	/*height:591px;*/
}#SlotMachine_Table table .Column1{
	width:488px;
}#SlotMachine_Table td{
	vertical-align:top;
}

/*#SlotMachine_Table .playnow{
	margin:272px 0px 0px 115px;
}*/

#SlotMachine_Table .intro{
	padding:30px 60px 15px 20px;
}#SlotMachine_Table .strong{
	color:#714400;
	padding:6px 3px;
	border-top:dashed 1px #714400;
	border-bottom:dashed 1px #714400;
	margin:5px 0px;
	font-weight:bold;
}#SlotMachine_Table .Column2 .items{
	margin:321px 40px 0px 20px;
}#SlotMachine_Table .Column2 .item{
	padding:4px;
	font-weight:bold;
	border-bottom:solid 1px #a6924d;
}

