body 
{
	margin: 0; 
	padding: 0 0 20px 0;
	
	font-family: tahoma, arial, verdana, sans-serif, monospace; 
	font-size: 12px;
	color: #777777;

	background-color: #FFFFFF;
	background-image: url('../images/back.gif');
	background-repeat: repeat-x;
	background-position: 0 -4px;
}

a 
{
	color: #902C00;
} 

a:hover 
{
	color: #D70000;
} 
/*
a.btn
{
	display: block;
	float: left;
	width: 80px;
	height: 38px;

	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;

	background-image: url('../images/a_btn.gif');
	background-repeat: no-repeat;
}

a.btn span
{
	display: block;
	padding: 6px 0 0 0;
	text-align: center;
}

a.btn:hover
{
	background-position: 0 -38px;
	color: #FFFFFF;
}
*/
a.btnFloatRight
{
	float: right;
}
/*
a.btnMarginLeft
{
	margin: 0 0 0 3px;
}

input.submit
{
	width: 102px;
	height: 52px;

	border: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;

	background-image: url('../images/submit.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}
*/
ul
{
	list-style-type: disc;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0;
	padding-bottom: 0;
}

div.holder
{
	width: 880px;
	margin: 0 auto 0 auto;
}


div.mainMenu
{
	float: left;
	margin: 0;
	padding: 0;
	width: 880px;
	height: 92px;
	background-image: url('../images/mainMenu.gif');
	background-repeat: no-repeat;
}

div.mainMenu ul
{
	float: left;
	margin: 0;
	padding: 0;
	width: 880px;
	height: 84px;
}

div.mainMenu ul li
{
	float: left;
  list-style-type: none;
	margin: 0;
	padding: 0;
	width: 125px;
	height: 84px;
	overflow: hidden;
}

div.mainMenu ul li a
{
	display: block;
	float: left;
	width: 125px;
	height: 84px;

	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;

	background-image: url('../images/mainMenu_ul_li_a.gif');
	background-repeat: no-repeat;
}

div.mainMenu ul li a span
{
	display: block;
	padding: 34px 4px 0 4px;
	text-align: center;
}

div.mainMenu ul li a:hover
{
	background-position: 0 -82px;
	color: #C00000;
}



div.leftSide
{
	width: 300px;
	float: left;
}


div.leftSide div.logo
{
	width: 290px;
	height: 178px;
	float: left;

	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
}

div.leftSide div.logo span
{
	display: none;
}

div.leftSide div.leftNews
{
	width: 290px;
	height: 478px;
	float: left;

	background-image: url('../images/left_news_padding.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.leftSide div.leftNews div.leftNewsPadding
{
	float: left;
	padding: 70px 0 0 0;
	background-image: url('../images/leftNews.gif');
	background-repeat: no-repeat;
}

div.leftSide div.news_item
{
	width: 290px;
	float: left;
	padding: 10px 0 18px 0;
}

div.leftSide div.news_item a:hover
{
	color: #C00000;
}

div.leftSide div.news_item h2
{
	color: #902C00;
	font-size: 13px;
	font-weight: bold;
	padding: 0 22px 6px 30px;
	margin: 0;
}

div.leftSide div.news_item p
{
	color: #3C3150;
	font-size: 12px;
	padding: 4px 22px 6px 48px;
	margin: 0;
}



div.rightSide
{
	width: 580px;
	float: right;
}

div.rightSide div.title
{
	width: 580px;
	height: 172px;
	float: left;

	background-image: url('../images/title.jpg');
	background-repeat: no-repeat;
}




div.navigation
{ 
	width: 580px;
	height: 30px;
	float: left;
	color: #888888;
	margin: 0 0 18px 0;
	font-size: 11px;

	background-image: url('../images/navigation.gif');
	background-repeat: no-repeat;
}

div.navigation span
{
	display: block;
	padding: 15px 12px 0 12px;
} 

div.navigation a
{ 
	color: #999999;
}

div.navigation a:hover
{ 
	color: #3D3358;
}


div.content
{
	width: 580px;
	float: left;
	color: #666666;
	padding: 0 0 26px 0;
	overflow: hidden;
}

div.content div.padding
{
	padding: 0 12px 6px 12px;
}

div.content h1
{
	color: #B00000;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

div.content h2
{
	color: #3D3358;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 0;
}

div.content h3
{
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 0;
}

div.content h4
{
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 10px 0;	
	margin: 0;
}

div.content p
{ 
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: justify;
	font-size: 12px;
} 

div.content p img
{ 
	margin: 4px 8px 6px 4px;
	border: 0;
} 

div.content h2 img
{
	margin: 4px 8px 6px 4px;
	border: 0;
}

div.content h3 img
{
	margin: 4px 8px 6px 4px;
	border: 0;
}

div.content p.date
{ 
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #666666;
} 

div.content div.newsList h2
{ 
	padding: 16px 0 4px 0;
} 

div.content p.more
{ 
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
} 

div.content table
{ 	
	margin: 8px 0 8px 0;
  border: 0;
}

div.content td
{ 	
	padding: 6px;
	margin: 0;
	border: 0;
	background-color: #BBBBBB;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	color: #444444;
} 
 
div.content td p
{ 
	margin: 0;
	padding: 3px;
} 





div.content div.gallery
{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

div.content div.gallery div
{
	float: left;
	width: 136px;
	height: 116px;
	margin: 0;
	padding: 0;
}

div.content div.gallery a
{
	float: left;
	margin: 6px 6px 6px 12px;
	border: 2px solid #CCCCCC;
	padding: 1px;
}

div.content div.gallery a:hover
{
	border: 2px solid #197AB9;
}

div.content div.gallery a img
{
	border: 0;
	float: left;
	padding: 0;
	margin: 0;
}

div.content div.attachments
{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background-image: url('../images/attachments.gif');
	background-repeat: no-repeat;
}

div.content div.attachments div
{
	padding: 5px 0 5px 0;
	font-size: 13px;
}











div.content span.error
{
	color: #B12400;
}

div.content form
{
	padding: 0;
	margin: 0;
}

div.content div.buttonHolder
{
	float: left;
	padding: 8px 0 0 260px;
}

div.content form submit.input
{
	float: right;
	width: 75px;
	height: 24px;
	background-image: url('../images/submit.gif');
	color: #555555;
	font-size: 11px;
	cursor: pointer;
}

div.content fieldset
{
  display: block;
  padding: 0 0 10px 0;
	border: 0;
	margin: 10px 0 10px 0;
	background-color: #E2DAE0;
	width: 100%;
	float: left;
	font-size: 12px;
}

div.content fieldset div
{
  padding: 3px 0 3px 0;
}

div.content fieldset legend
{
  font-weight: bold;
  color: #554762;
  float: left;
	margin: 0;
	padding: 12px 0 12px 10px;
}

div.content fieldset img
{
  border: 1px solid #554762;
}

div.content label.default
{
  display: block;
	float: left;
	width: 180px;
 	text-align: right;
 	margin-right: 10px;
}

div.content label.error
{
  display: block;
	float: left;
 	text-align: right;
 	margin-right: 10px;
 	color: #892300;
}

div.content label.errorNavigation
{
	text-decoration: underline;
	color: #892300;
	cursor: pointer;
}

div.content p.error
{
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.content input.default, select.default, textarea.default
{
	width: 280px;
}

div.content input.default, select.default, textarea.default
{
	width: 280px;
}

div.content input.error, select.error, textarea.error
{
	background-color: #E9917C;
}

div.content input.enter, select.enter, textarea.enter
{
	background-color: #E9917C;
}

div.content input.readonly, select.readonly, textarea.readonly
 {
	background-color: #E2DAE0;
}







div.userAndCart
{
	float: right;
	width: 290px;
	height: 271px;
 	background-image: url('../images/userAndCart.gif');
	background-repeat: no-repeat;
}

div.userAndCart div.userAndCartPadding
{
	float: left;
	padding: 30px;
}

div.userAndCart div.padding
{
	float: left;
	padding: 15px 20px 0 20px;
}

div.userAndCart h3
{
	float: left;
	width: 220px;
	height: 18px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

div.userAndCart p
{
	float: left;
	width: 220px;
	font-size: 12px;
	line-height: 22px;
	color: #D3DDE3;
	margin: 0;
	padding: 10px 0 32px 0;
}

div.userAndCart a
{
	color: #D3DDE3;
}

div.userAndCart a:hover
{
	color: #FFFFFF;
}








div.content div.usersPage
{
  float: left;
  width: 184px;
  height: 184px;
	margin: 18px 1px 0 0;
	overflow: hidden;
	background-color: #E2DAE0;
}

div.content div.usersPage div.padding
{
	padding: 4px 16px 16px 16px;
}

div.content div.usersPage form
{
  padding: 6px 0 0 0;
  margin: 0;
}

div.content div.usersPage a
{
	font-size: 13px;
	font-weight: bold;
	color: #A22800;
}

div.content div.usersPage a:hover
{
	color: #554762;
}

div.content div.usersPage p
{
	line-height: 18px;
	color: #554762;
  padding: 11px 0 0 0;
  margin: 0;
}

div.content div.usersPage span
{
	display: block;
	color: #554762;
	margin: 0;
	padding: 0;
}

div.content div.usersPage h2
{
	line-height: 18px;
	color: #A22800;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 0 8px 0;
	margin: 0;
}

div.content div.usersPage input.input
{
  border: 1px solid #554762;
  width: 146px;
	margin: 0 0 6px 0;
}
/*
div.content div.usersPage input.submit
{
 	background-image: url('../images/submit_btn.gif');
	background-repeat: no-repeat;
	width: 114px;
	height: 25px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #554762;
	font-weight: bold;
	cursor: pointer;
}
*/







div.content div.cartEmpty
{
	background-color: #E2DAE0;
 	float: left;
 	width: 556px;
	margin: 0 0 8px 0;
}

div.content div.cartEmpty span
{
 	display: block;
 	padding: 40px;
 	text-align: center;
}












div.content div.catalog_list
{
	float: left;
	width: 556px;
	margin: 18px 0 18px 0;
}


div.content div.catalog_holder
{
	float: left;
	width: 184px;
	height: 230px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div.content div.catalog_list_item
{
	float: left;
	width: 183px;
	height: 229px;
	overflow: hidden;
	background-color: #E2DAE0;
}


div.content div.catalog_list_item div
{
	float: left;
	padding: 0 10px 0 10px;
}

div.content div.catalog_list_item h2
{
	float: left;
	width: 166px;
	font-size: 9pt;
	font-weight: normal;
	color: #684E30;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #FFFFFF;
}

div.content div.catalog_list_item h2 a
{
	color: #A21300;
}

div.content div.catalog_list_item h2 a:hover
{
	color: #554762;
}

div.content div.catalog_list_item p.image
{
	float: left;
	width: 185px;
	height: 162px;
	text-align: center;
	margin: 0;
	padding: 10px 0 10px 0;
}

div.content div.catalog_list_item p.image img
{
  border: 1px solid #554762;
	margin: 0;
}










div.catalogPagingInfo
{
	float: left;
	width: 556px;
	margin: 12px 0 0 0;
	font-weight: bold;
}

div.catalogPagingInfo span
{
	float: left;
	display: block;
	padding: 0;
}


div.content div.catalogPaging
{
	float: left;
	width: 556px;
	padding: 14px 0 14px 0;
	font-weight: bold;
}

div.catalogPaging a.paging, span.paging, span.selected
{
	display: block;
	float: left;
	width: 26px;
	height: 25px;

	color: #FFFFFF;
	font-weight: bold;

	background-color: #554762;
	margin: 0 4px 0 0;
	text-decoration: none;
}

div.catalogPaging span.padding
{
	display: block;
	padding: 4px 0 0 0;
	text-align: center;
}

div.catalogPaging a.paging:hover
{
	background-color: #C00000;
	color: #FFFFFF;
}

div.catalogPaging span.selected
{
	color: #E00000;
	color: #FFFFFF;
}


div.catalogPaging span.disabled
{
	background-color: #DBE0DD;
	color: #C6CBCE;
}



div.catalogDescription
{
	float: left;
	width: 556px;
}

div.catalogImg
{
	text-align: center;
	width: 556px;
	padding: 20px 0 20px 0;
	overflow: hidden;
}

div.catalogImg img
{
  border: 1px solid #554762;
}


div.previousNext
{
	float: left;
	text-align: center;
	width: 556px;
	overflow: hidden;
	padding: 8px 0 10px 0;
	border-top: 1px solid #554762;
	border-bottom: 1px solid #554762;
	background-color: #E2DAE0;
}

div.previousNextTop
{
	margin: 15px 0 0 0;
}

div.previousNextBottom
{
	margin: 0 0 15px 0;
}




div.content table
{
	float: left;
	margin: 12px 0 12px 0;
	padding: 0;
	border: 0;
	width: 556px;
	border: 1px solid #7A6550;
}

div.content td
{
	padding: 6px;
	margin: 0;
	border: 0;
	background-color: #E2DAE0;
	color: #554762;
	font-size: 12px;
}

div.content th
{
	background-color: #554762;
	color: #FFFFFF;
}

div.content td.tdR
{
	text-align: right;
}

div.content td.tdC
{
	text-align: center;
}


div.content td input.count
{
	text-align: right;
	width: 30px;
}














div.bottom
{   
	width: 880px;
	float: left;
	padding: 0 0 25px 0;
	margin: 5px 0 0 0;

	font-size: 11px;
	text-align: left;

	background-image: url('../images/bottom.gif');
	background-repeat: no-repeat;
}

div.bottom div.bottomMenu
{
	float: left;
	width: 880px;
	height: 37px;
	overflow: hidden;
}

div.bottom div.bottomMenu ul
{
	float: left;
	margin: 0;
	padding: 0 0 0 6px;
}

div.bottom div.bottomMenu ul li
{
	float: left;
  list-style-type: none;
	margin: 0;
	padding: 0;
}

div.bottom div.bottomMenu ul li a
{
	display: block;
	float: left;

	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	border-right: 1px solid #929ECA;
	
	margin: 8px 0 0 0;
	padding: 6px 12px 6px 12px;
}

div.bottom div.bottomMenu ul li a:hover
{
	color: #929ECA;
}



div.bottom div.bottomCopyright
{
	padding: 33px 0 0 12px;
}

div.bottom div.copyright
{
	font-size: 10px;
	float: left;
	width: 100%;
	color: #B5B5B5;
	text-align: center;
}


div.bottom div.copyright a
{
	color: #A2A2A2;
}

div.bottom div.copyright a:hover
{
	color: #929ECA;
}
