html, body {background: #1E3647 url(/test/img/pageBG.gif) repeat-x; height: 100%}
body, td {color: #DAF2FF}
a:active {text-decoration: none; font: 12px Tahoma, Arial; color: #FFFFCC}
a:visited {text-decoration: none; font: 12px Tahoma, Arial; color: #FFFFCC}
a:link {text-decoration: none; font: 12px Tahoma, Arial; color: #FFFFCC}
a:hover {text-decoration: none; color: red}
.botLink:link, .botLink:visited, .botLink:active {font: 11px Tahoma, Arial; color: #DAF2FF}
.arr1:link, .arr1:visited, .arr1:active {background: url(/test/img/arr1.gif) no-repeat left; padding-left: 10px; color: #DAF2FF}
.arr2:link, .arr2:visited, .arr2:active {background: url(/test/img/arr1.gif) no-repeat left; padding-left: 10px; color: #F4DC60}
#pageTxt {-moz-box-sizing: padding-box; padding: 10px 10px 0px 12px; text-align: left}


/************************************************************
* Полосатая   таблица
************************************************************/
tbody .odd {
 	font-size: 10px;
    color: #FFFFCC;
    background-color: #5d2961;
}

tbody .even {
 	font-size: 10px;
    color: #FFFFCC;
    background-color: #1e3647;
}


/************************************************************
* CATEGORY TREE
* Used in template: category_tree.tpl
************************************************************/

divsolar_category_tree_base a { display: block; text-decoration: none;
 font-size: 13px;
 color: black; padding: 2px;
 margin: 0px;
}

divsolar_category_tree_category a { display: block; text-decoration: none;
 font-size: 13px;
 color: #FFFFCC; padding: 2px;
 margin: 0px;
}

divsolar_category_tree_category a:hover { display: block; text-decoration: none;
 font-size: 13px;
 color: #441c47;
 padding: 2px;
}

divsolar_category_tree_current_category a { display: block; text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 color: #FFFFFF; padding: 2px;
 margin: 0px;
}

divsolar_category_tree_current_category a:hover { display: block; text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 color: #441c47; padding: 2px;
 margin: 0px;

}

h1 {
 font-size: 18px;
 color: white;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 5px;
}

h2 {
 font-size: 16px;
 color: #999999;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

h3 {
 font-size: 13px;
 color: white;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}



/************************************************************
*  Полароид галерея
************************************************************/


ul.gallery { 
	list-style: none;
}
ul.gallery li a {
	position: relative;
	float: left;
	padding: 5px 5px 20px 5px;
	background: #eee;
	border: 1px solid #1E3647;
	-moz-box-shadow: 0px 2px 15px #333;
}
	
	ul.gallery li a.pic-1 {
		z-index: 1;
		-webkit-transform: rotate(-10deg);
 		-moz-transform: rotate(-10deg);
	}
	ul.gallery li a.pic-2 {
		z-index: 5;
		-webkit-transform: rotate(-3deg);
 		-moz-transform: rotate(-3deg);
	}
	ul.gallery li a.pic-3 {
		z-index: 3;
		-webkit-transform: rotate(4deg);
 		-moz-transform: rotate(4deg);
	}
	ul.gallery li a.pic-4 {
		z-index: 4;
		-webkit-transform: rotate(14deg);
 		-moz-transform: rotate(14deg);
	}
	ul.gallery li a.pic-5 {
		z-index: 2;
		-webkit-transform: rotate(-12deg);
 		-moz-transform: rotate(-12deg);
	}
	ul.gallery li a.pic-6 {
		z-index: 6;
		-webkit-transform: rotate(5deg);
 		-moz-transform: rotate(5deg);
	}
	
	ul.gallery li a:hover {
		z-index: 10;
		-moz-box-shadow: 3px 5px 15px #333;
	}


/************************************************************
*  Формы
************************************************************/

solar_form_field_info {
 font-size: 12px;
 padding: 3px;
 margin: 3px;
 background-color: #f5f5f5;
 border: 1px dotted #aaaaaa
}

solar_form_field {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
}

solar_form_buttons {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
 text-align: center
}

input {
 font-size: 10px;
 font-family: verdana,sans-serif;
 color: black;
 background-color: #f9fff2;
 border: 1px solid white;
 border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-o-border-radius: 4px;
}

textarea {
 font-size: 10px;
 font-family: verdana,sans-serif;
 color: black;
 background-color: #f9fff2;
 border: 1px solid white;
 border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-o-border-radius: 8px;
}

select {
 font-size: 10px;
 font-family: verdana,sans-serif;
 color: black;
 background-color: #f9fff2;
 border: 1px solid white;
 border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-o-border-radius: 4px;
}

.help_btn {
 font-size: 10px;
 font-family: verdana,sans-serif;
 color: blue;
 background-color: #CCCCCC;
 border: 1px solid #CCCCCC;
 border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
-o-border-radius: 15px;
}
/************************************************************
*  Формы
************************************************************/

img.hotour {
float: left;
margin: 1px;
}

/************************************************************
*  Волна в HR
************************************************************/

div.hr {
  
  width: 100%;
  height: 15px;
  background: url(/test/img/wave.png) no-repeat scroll ;
}

div.hr hr {
  display: none;
}


td {font: 12px Tahoma, Arial; color: #DAF2FF}

