/* -----------------------------------------------------------------------------------------
   http://hobby.dp.ua
  ---------------------------------------------------------------------------------------*/

/*<![CDATA[*/

html, body, div, form
   {
     margin: 0px;
     padding: 0px;
   }

body
   {
     font: 12px Tahoma, Arial, sans-serif;
     background-color: #38532A;
   }

img
   {
	  border: 0px;
   }

/* ---  HEADER ---- */
div#header {
	height: 115px;
	width: 100%;
	background-image: url(img/h_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
h1.header-text {
    margin-top: 0px;
	text-align: right;
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* ---  MENU ---- */
div#menu {
	background: #38532A url(img/menu-bg.gif);
	font-size: 12px;
	font-weight: bold;
	height: 24px;
    text-align: center;}

div#menu a:visited, div#menu a:link  {
	color: #FFFFFF;
	text-decoration: none;
}

div#menu a:hover {
	color: #FFFF99;
	text-decoration: none;
}

.menu-delemiter {
	width: 25px;
    height: 24px;
	background-image: url(img/menu-delemiter.gif);
	background-repeat: no-repeat;
	background-position: 10px;	
}

/*------- COLUMN -------*/
div#left{
	width:198px;
	margin: 5px 0px 2px 2px;
    padding-bottom: 5px;
	background-image: url(img/bg-column.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
    background-color: #EEE4A7;
}

div#right{
	width:198px;
	margin: 5px 0px 2px 0px;
    padding-bottom: 5px;
	background-image: url(img/bg-column.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
    background-color: #EEE4A7;
}


/*------- BOX -----*/
h2.box-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
 /*   width: 198px;*/
    height: 19px; /* 22height - 3pading */
    margin: 0px;
} 

div#right h2.box-header {
	background-image: url(img/right-box-header.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#left h2.box-header {
	background-image: url(img/left-box-header.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#boxCart h2.box-header, div#boxCategories h2.box-header{
background-color: #E7E7E7;
margin: 0px;
}

div#left img {
padding-right: 10px;
}

div#right img {
padding-right: 5px;
}

div.boxcontent {
 padding: 5px;
 margin-bottom: 10px;
 color:#666600;
}

div.boxcontent a:link, div.boxcontent a:visited{
	text-decoration: underline;
	color:#666600;
}

div.boxcontent a:hover{
 text-decoration: underline; 
 color:#669900;
}


/* ---- BOX LOGIN ----*/ 
p.title-field {
  float:  left;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}

p.loginform {
	text-align:right;
	font-size: 11px;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}

p.loginform input {
	font-size: 11px;
	color: #333333;
	width: 120px; 
}
p.loginform-button{
text-align:right;
  padding: 0px;
  margin: 5px 0px;
}

p.form-links {
  text-align:center;
  font-size: 11px;
  padding: 0px;
  margin: 2px;
}

p.form-links a:link, p.form-links a:visited {
  color: #666600;
  text-decoration: none;
}

p.form-links a:hover {
  color: #336600;
  text-decoration: underline;
}

/* ----  NAVIGATION ---- */
div#navigation  {
	margin: 10px;
}

div#navigation span {
	color:#999966;
	font-size: 10px;
	font-weight: bold;
}

div#navigation a:visited, div#navigation a:link{
	color:#999966;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
}

div#navigation a:hover{
	color:#CCCC99;
    text-decoration:underline;
}

/* ---- BOX CATEGORY ---- */

div.boxMenuCategory {
	background-image: url(img/category.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
	background-position: 0px 3px;
}

div.boxMenuSubCategory { 
	background-image: url(img/subcategory.gif);
	background-repeat: no-repeat;
    margin: 0px 0px 0px 20px;
	padding: 3px 0px 3px 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
	background-position: 0px 5px;
    font-size: 11px;
}

div.boxMenuSubSubCategory { 
	background-image: url(img/subcategory.gif);
	background-repeat: no-repeat;
    margin: 0px 0px 1px 0px;
	padding: 3px 0px 3px 51px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
	background-position: 36px 6px;
    font-size: 11px;
}

div.boxMenuCategory a:link, div.boxMenuCategory a:visited, div.boxMenuSubCategory a:link, div.boxMenuSubCategory a:visited, div.boxMenuSubSubCategory a:link, div.boxMenuSubSubCategory a:visited
{
	text-decoration: none;
}

div.boxMenuCategory span, div.boxMenuSubCategory span, div.div.boxMenuSubSubCategory span {
font-weight:bold;
}

div.boxMenuCategory a:hower, div.boxMenuSubCategory a:hower, div.boxMenuSubSubCategory a:hower {
	text-decoration: none;
}

/* ---- BOX CATEGORY TREE ---- */

div.boxMenuCategoryTree {
	background-image: url(img/category_tree.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 23px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #152654;
	background-position: 7px 5px;
}

div.boxMenuSub1CategoryTree { 
	background-image: url(img/subcategory.gif);
	background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 37px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #152654;
	background-position: 24px 5px;
    font-size: 11px;
}

div.boxMenuSub2CategoryTree { 
	background-image: url(img/subcategory.gif);
	background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 52px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #152654;
	background-position: 40px 5px;
    font-size: 11px;
}

div.boxMenuSub3CategoryTree { 
	background-image: url(img/subcategory.gif);
	background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 69px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #152654;
	background-position: 57px 5px;
    font-size: 11px;
}

div.boxMenuCategoryTree a:link, div.boxMenuCategoryTree a:visited, div.boxMenuSub1CategoryTree a:link, div.boxMenuSub1CategoryTree a:visited, div.boxMenuSub2CategoryTree a:link, div.boxMenuSub2CategoryTree a:visited, div.boxMenuSub3CategoryTree a:link, div.boxMenuSub3CategoryTree a:visited
{
	text-decoration: underline;
}

div.boxMenuCategoryTree a:hower, div.boxMenuSub1CategoryTree a:hower, div.boxMenuSub2CategoryTree a:hower, div.boxMenuSub3CategoryTree a:hower {
	text-decoration: none;
}

/* ---- BOX Manufacture ---- */
div#boxManufacturers .boxcontent{
  text-align:center;
}

div#boxManufacturers select{
	font-size: 12px;
	width: 80%; 
}

/* ---- BOX ManufacturersInfoContent ---- */

div#boxManufacturersInfoContent .manufacturers{
  font-size: 14px;
}

/* ---- BOX SEARCH ---- */
p.searchboxform{
 padding: 0px;
 margin: 0px;
}

p.searchboxform input, p.addquickieform input {
	float: left;
	width: 160px;  
    margin-right: 3px;
}

/* ---=== BOX NEWS ===---*/

div#boxNews p {
 margin: 2px 0px;
 font-size: 10px;  
 color: #666600;
}

div#boxNews p.ndate {
   color: #996600;
   font-weight: bold;  
}

div#boxNews p.ntitle {
  font-size: 12px;  
}

p.manufacturers{
  font-weight:bold;
}
/* -------==========  MAIN CONTENT  ==========---------*/

div#content,  div#content td {
	color: #666600;
}

div#content a:visited,  div#content a:link{
  color: #666600;
}

div#content a:hover{
  color: #669900;
}

div#content H1 {
	font-size: 16px;
	font-weight: bold;
	color: #666600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
    padding-bottom: 3px;
}

div#content H1 a{
  text-decoration: none;
}



/* ---- Product block for personal page ---- */
td.ProductInfoLeft {
  vertical-align:top;
  text-align:center;
  width: 50%;
}

td.ProductInfoRight {
  vertical-align:top;
  width: 50%; 
}

td.ProductInfoRight p {
 margin: 4px 0px;
}

p.product-price {
  margin-top: 0px;
  font-weight: bold;
  font-size: 14px;
  color:#CC6600;
}

div#product-count {
  float:left;
  margin-right: 5px;
}

div#product-count input {
  height:18px;
  padding: 0px;
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
}

div#more images {
 width: 100%;
}

p.product-price span.productOldPrice {
	font-size: 11px;
	color: #808040;
	text-decoration: line-through;
    font-weight:normal;
}

div.product-code {
	font-size: 10px;
	font: "Courier New", Courier, mono;
	margin-top: 5px;
}

p.print-info {
	font-size: 11px;
	text-align: right; 
}

/* -- product block list page ---*/
td.product-block {
  width: 50%;
  border:1px solid #666600;
}

div.product-name {
	font-weight: bold;
	text-align: center;
	width: 100%;
}

div.product-name a{
  text-decoration: none;
  color: #666600;
}

div.product-picture {
	text-align: center;
}

div.product-description {
 font-size: 11px; 
}

div.product-description a{
	color: #666600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666600;
}

div.product-price, div.product-price a{
  color: #996600;
  margin-bottom:5px;
}

div.product-price span.productOldPrice {
	font-size: 10px;
	color: #808040;
	text-decoration: line-through;
    font-weight:normal;
}

div.product-shipping {
	text-align: right;
	font-size:10px;
}

div.pages-navigation {
  text-align:center;
  font-size: 11px;
  margin: 5px 0px; 
}

/* Ajax quick find */

div.ajaxQuickFind 
   {
     text-align: left;
   }

ul.ajaxQuickFind 
   {
     list-style-type: none;
     list-style-image: none;
     padding-left: 0px;
   }

li.ajaxQuickFind 
   {
     font-size: 80%;
     padding-left: 0px;
   } 

/* /Ajax quick find */

/* Ajax add quickie suggest */

div.ajaxAddQuickie 
   {
     text-align: left;
   }

div.addQuick 
   {
     text-align: left;
     color: #67748B;
     text-decoration: underline;
     cursor: pointer;
   }
   
ul.ajaxAddQuickie 
   {
     list-style-type: none;
     list-style-image: none;
     padding-left: 0px;
   }

li.ajaxAddQuickie 
   {
     font-size: 80%;
     padding-left: 0px;
   } 

/* /Ajax add quickie suggest */
   
/*]]>*/

div#footer
{
  background-color: #253818;
  background-repeat: no-repeat; 
}

div#copyright {
  margin:0px;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
   
div#footer a:visited, a:link  {
	color: #DBD29A;
	text-decoration: underline;
}

div#footer a:hover {
	color: #DBD29A;
	text-decoration: none;
}

div#counter{
   text-align:right;
   margin:0px;
   padding:0px;
}



/* /Ajax add quickie suggest */
   
/*]]>*/

.pageItem 
{
  width: 100%;
}
   
/*29.03.10*/
dl.itemSpecials
{
   width: 100%; 
   float: left;
   height: 160px; 
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   background: transparent;
}
dt.itemImageSpecial
{
  float: left;
  width: 120px;
  height: 250;
  background: transparent;
  border-right: 0px #f1f1f6 solid;
  margin: 0 0 0 0;
  padding: 5px 5px 0 5px;
  text-align: center;
}
dd.itemTitleSpecial
{
  margin: 0 1em 0 0px;
  padding: 0 0;
  line-height: normal;
  background: transparent;
}
dd.itemDescriptionSpecial
{
  margin: 0 1em 0 230px;
  padding: 0 0;
  line-height: normal;
  background: transparent;
}
dd.itemDescriptionPriceSpecial
{
  margin: 0 1em 0 230px;
  padding: 0 0;
  line-height: normal;
  background: transparent;
}

/*end 29.03.10*/

dl.itemNewProducts 
{
   width: 100%; 
   float: left;
   height: 160px; 
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   background: transparent;
}
 
dt.itemImage 
{
  float: left;
  width: 120px;
  height: 160px;
  background: transparent;
  border-right: 0px #f1f1f6 solid;
  margin: 0 0 0 0;
  padding: 5px 5px 0 5px;
  text-align: center;
}
   
dd.itemDescription
{
  margin: 0 1em 0 120px;
  padding: 0 0;
  line-height: normal;
  background: transparent;
}

span.bold 
{
  font-weight: bold;
}

div.clear
{
  clear: both;
}

.shipping-description {
  font-weight: normal;
  font-size: 90%;
  font-style: italic;
}
