/*
======================================================
Layout.css
======================================================
*/

html,body{
			width:100%;
			height:100%;
			margin:0px;
			padding:0px;
			border:0px;
			background: #666666;
		}
#frame{
			width:900px;
			min-height:600px;
			align:center;
			margin:5px auto 5px auto;
			background:#ffffff;
			background-image: url('../images/allover/bg_navi.gif');
			background-repeat: repeat-y;
			overflow:hidden;
		}
		
#headerLine{
			width:900px;
			height:120px;
			background:#ffffff;
			border-bottom:1px solid #666666;
}

#headerimage{
			width:715px;
			height:120px;
			float:right;
			background:#ffffff;
			background-image: url('../images/allover/bg_standard.jpg');
}

#logo{
			width:180px;
			height:120px;
			background-image: url('../images/allover/logo.gif');
}

#navi{
			width:184px;
			min-height:480px;
			background:#cccccc;
			margin:30px 0px 0px 0px;
			float:left;
			border-top:1px solid #666666;
}

#Content{
			width:515px;
			float:right;
			min-height:480px;
}

#ContentPart{
	min-height:850px;
	width:470px;
	padding:5px;
	}

#Content:after {
	content:"clear";
	clear:left;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

#FooterLine{
	width:900px;
	align:center;
	margin:0px auto 0px auto;
	display:block;
	height:10px;
}

#shortcut{
	width:900px;
	align:center;
	margin:30px auto 0px auto;
	display:block;
	height:10px;
	text-align:right;
}
#Panel{
			width:170px;
			min-height:480px;
			margin:20px 0px 0px 0px;
			float:right;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  vertical-align: bottom;
  text-align:left;
}

TD.productListing-data2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  vertical-align: bottom;
  text-align:left;
}

Table.productListing{
	border-collapse:separate;
}


/*
==========================================
Productlistings
==========================================
*/
.thumb{
	width:150px;
	height:160px;
	display:block;
	background:#ff0000;
}

.thumb img{
position:relative;
}

.desblock{
	display:block;
	min-height:130px;
	background:#666666;
}

.productname{
	height:35px;
	padding:2px;
	margin:-5px 0px 0px 0px;
	overflow:hidden;
}

.buynow{
	display:block;
	}
	
.product{
	min-height:250px;
	border:1px solid #666666;
}

td.productListing-heading{
	background: #cccccc;
}

/*
==========================================
Product Info
==========================================
*/

#product{
	border:1px solid #666666;
	width:470px;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	color:#ffffff;
	background:#666666;
}
.productinfoimage{
	width:470px;
	overflow:hidden;
	background:#ffffff;
	border-top:20px solid #ffffff;
}

#product_bottom{
	width:500px;
	padding:10px 10px 30px 10px;
	margin:0px;
	display:block;
}

#product #productname h2{
	font-size:14px;
	color:#ffffff;
	margin:0px 0px 5px 0px;
}

#regularprice{
	font-weight:bold;
	margin:5px 0px 5px 0px;
}

#productdesc{
	width:460px;
	margin:0px 0px 30px 0px;
	display:block;
}

#buttonline_right{
	width:500px;
	height:30px;
	display:block;
}


#reviewsurl{
	width:500px;
	display:block;
}

#backbutton{
	width:465px;
	padding:3px 5px 3px 0px;
	text-align:right;
	background:#ffffff;
	color:#666666;
}
/*
===========================================
Infobox
===========================================
*/

#Panel .infobox{
	font-size:10px;
	width:160px;
	margin:0px 7px 0px 5px;
}

#Panel .infoBoxContents input[type=text]{
	width:140px;
	border:1px solid #666666;
}
#Panel .infoBoxContents input[type=password]{
	width:140px;
	border:1px solid #666666;
}

#Panel .infoBoxContents .boxText{
	width:160px;
	background:#cccccc;
	padding:0px 5px 10px 5px;
}

#Panel .infoBoxContents .boxText a, #Panel .infoBoxContents .boxText a:link, #Panel .infoBoxContents .boxText a:active, #Panel .infoBoxContents .boxText a:visited{
	color:#33333f;
	font-weight:bold;
	text-decoration:none;
	padding:1px 0px 0px 5px;
}

#Panel .infoBoxContents .boxText a:hover, #Panel .infoBoxContents .boxText a:focus{
	background:#3366cc;
	padding:1px 0px 0px 5px;
}

/*
===============================
Buttonstyle
===============================
*/
#Panel .infoBoxContents .boxText a.button:hover, #Panel .infoBoxContents .boxText a.button:focus, #Panel .infoBoxContents .boxText a.button, #Panel .infoBoxContents .boxText a.button:link, #Panel .infoBoxContents .boxText a.button:active, #Panel .infoBoxContents .boxText a.button:visited{
	color:#33333f;
	font-weight:bold;
	text-decoration:none;
	padding:0px;
	background:none;
}

#Panel .infobox .BoxHeader{
	width:141px;
	padding:5px 7px 2px 10px;
	margin:-3px -5px 10px -5px;
	background:#666666;
	height:20px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}


.categoryBox{
	border:1px solid #666666;
}

.categoryBox img{
	margin:10px 0px 10px 0px;
}
.categoryBox .categoryName{
	background:#666666;
	height:20px;
	color:#ffffff;
	font-size:12px;
	padding:5px 0px 3px 0px;
}


.infoBoxContents .main{
	padding:0px;
	margin:0px;
	text-align:left;
	vertical-align:top;
}

tr.buttonline {
	background:#666666;
	height:10px;
	border:1px solid #ff0000;
	
}

tr.buttonline td.main input{
	margin:0px;
}
