/* CSS Document */

@import 'general.css';
@import 'catalog-menu.css';
@import 'search-form.css';

#catalogMenu {
	height:auto;
}

/*-------------------------------------------------------------------------------------------------
structure
-------------------------------------------------------------------------------------------------*/

#main {
	width: 748px;
	margin: auto;
	padding: 16px 16px 16px 16px;
	text-align: left;
	background: #fff;
}

#bline {
	background-color: #254873;
	font-size: 1px;
	height: 7px;
	width: 100%;
	position: relative;
	top: 9px;
	z-index: 20;	
}

#icon {
	left: 715px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 21px;
	z-index: 10;
}

* html #icon {
	top: 23px;	
}

#icon a {
	margin: 0;
	padding: 0;
	width: 11px;
	height: 13px;
	background: url(../images/iconHomeWhite.gif) no-repeat top left;
}

#icon a:hover {
	background: url(../images/iconHomeRed.gif) no-repeat top left;
}

#menuTop {
	margin: 0;
	width: 100%;
	height: 57px;
	background: url(../images/topMenuBackgroundGrey.gif) repeat-x top left;
	position: relative;
}

#menuTop ul {
	background-image: url(../images/topMenuBackgroundGreyGrad.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	
	margin: 0;
	padding: 0;
	height: 57px;
	list-style: none;
}

#menuTop ul li {
	margin: 0;
	padding: 0;
	height: 57px;
	float: left;
}

#menuTop ul li a {
	display: block;
	padding: 24px 0 24px 0;
	color: #fff;
	font: bold 11px Tahoma;
	text-decoration: none;
}

#menuTop ul li a:hover {background: url(../images/topMenuOn.gif) repeat-x top left;}

#logoline {
	background-image: url(../images/logoline.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	height: 87px;
	position: relative;
}

#logoline a {
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 87px;
	overflow: hidden;
}

* html #logoline {
	top: -4px;
}

#columnLeft {
	margin: 15px 0 0 0;
	padding: 0;
	width: 195px;
}

#columnCenter {
	margin: 15px 0 0 0;
	padding: 0;
	width: 553px;
}
/* ---------------------------------------------------------------------- 
center text style
------------------------------------------------------------------------*/
#columnCenter h1  {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

#columnCenter h2  {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
}

#columnCenter h3  {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

#columnCenter h4  {
	margin: 0 0 10px 30px;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

#columnCenter p  {
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: 20px;
}

#columnCenter ul  {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: disc outside;
}

#columnCenter li  {
	margin: 5px 0 5px 20px;
	padding: 0;
}

#columnCenter img  {
	margin: 0 5px 0 5px;
	padding: 0;
	border: none;
}

#columnCenter a  {
 color: #336699;
 text-decoration: none;
}

/* ---------------------------------------------------------------------- 
center
------------------------------------------------------------------------*/

#category {
	border-bottom: 2px solid #B9B9B9;
	color: #00ACEC;
	font-weight: bold;
	margin: 0 0 20px;
	padding-bottom: 5px;
}

#photoProduct {
	float: left;
	margin-right: 25px; 
}

#descProduct .title {
	color: #336699;
	margin-bottom: 20px;
}

#descProduct .info span{
	font-weight: bold;
	padding-left: 10px;
	margin: -1em 150px 0pt 0pt;
	float: right;
	clear: right;
	width: 50px;
}

#descProduct .cost{
	margin-top: 20px;
}

#descProduct .money {
	color: #FF0000;
	font-size: 20px;
}
#descProduct .money span {
	color: #737373;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left:3px;
}

#orderProduct {
	margin-top: 5px;
}

/*-------------------------------------------------------------------------------------------------
bottom
-------------------------------------------------------------------------------------------------*/
#bottom {
	margin: 17px 0 0 0;
	padding: 0;
	height: 57px;
	background: #6b6b6b;
}

#bottomLogo {
	margin: 0;
	padding: 15px 0 0 60px;
	width: 195px;
}

#bottomCopyright {
	margin: 0;
	padding: 21px 0 0 0;
	color: #d3d3d3;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#bottomCruiser {
	margin: 0;
	padding: 21px 24px 0 0;
	color: #d3d3d3;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#bottomCruiser a {
	color: #fff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#bottomCruiser a:hover {color: #df1218;}



h2.section {
	font-size:140%;
}