@charset "utf-8";

/***********************  GENERAL  ***********************/
body
{
	margin:0;
	padding:0;
	font-family:Arial, Verdana;
	font-size:medium;
}

a
{
	text-decoration:none;
}

a img
{
	border:none;
}

a:hover
{
	text-decoration:underline;
}

/*div
{
	border:1px solid blue;
}*/

#all
{
	position:relative;
	width:960px;
	margin:46px auto 0 auto;
}

.bigHeader
{
	height:40px;
	margin:0;
	line-height:40px;
	padding:0 0 0 12px;
	color:white;
	font-size:120%;
}

.info
{
	clear:both;
	margin:10px 0;
	/*color:#ff852b;*/
	color:#666;
	font-weight:bold;
}

.pagination
{
	clear:left;
	width:420px;
	margin:0 0 50px 0;
	padding-top:20px;
	text-align:right;
	color:#ff852b;
}

.pagination a
{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:20px;
	height:22px;
	color:#ff852b;
	text-align:center;
}

.pagination a#currentPage
{
	color:white;
	background:#ff852b url(../images/pageNumberBg.png) center no-repeat;
}


/***********************   TOP  ************************* */

#top
{
	height:195px;
	background:url(../images/topBg.png) top center no-repeat;
	border-bottom:3px solid #bbe1f3;
}

#topCenter
{
	position:relative;
	width:960px;
	height:158px;
	margin:auto;
}

#siteNameAndDescription
{
	position:absolute;
	height:90px;
	left:0;
	bottom:0;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
}

#siteNameAndDescription h1
{
	display:inline;
	margin:0;
	padding:0;
}

#siteName
{
	font-size:45px;
	color:#ff9624;
}

#siteName:hover
{
	text-decoration:none;
	color:#ffc276;
}

#siteDescription
{
	
	color:#aeaeae;
}

#mainMenu
{
	position:absolute;
	bottom:0;
	left:0;
	height:35px;
	padding-left:2px;
	font-size:120%;
}

#mainMenu a
{
	display:block;
	float:left;
	width:82px;
	line-height:35px;
	text-align:center;
	color:white;
	background:url(../images/menuLinkBg.png) center right no-repeat;
}

#mainMenu a:hover
{
	background:url(../images/menuLinkHoverBg.png) center right no-repeat;
}

/***********************   LEFT  ************************* */

#categories
{
	float:left;
	width:210px;
	margin-bottom:40px;
}

#categories a
{
	color:#009feb;
}

#categories h2
{
	background:url(../images/categoriesHeaderBg.png) center top no-repeat;
}

#mainCategories
{
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}

.mainCategory
{
	padding-top:35px !important;
	font-weight:bold;
}

.subCategory
{
	font-weight:normal;
}

#categoriesBottom
{
	height:49px;
	background:url(../images/categoryBottomBg.png) center bottom no-repeat;
}

#categories ul
{
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}

#categories li
{
	margin:0;
	padding:0;
}

#categories ul.closed {
	display:none;
}

#categories ul.opened {
	display:block;
}

.categoryLinkContainer
{
	/*height:22px;*/
	line-height:22px;
	/*overflow:hidden;*/
}

#currentCategory
{
	position:relative;
	left:-10px;
	padding-left:12px;
	background:url(../images/currentCategoryBg.png) left center no-repeat;
}

#currentCategory a
{
	position:relative;
	bottom:4px;
	color:#009feb;
	text-decoration:underline;
}

#currentCategory a:hover
{
	text-decoration:none;
}

/***********************   MAIN  ************************* */

#main
{
	float:left;
	width:450px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:0 25px 40px 25px;
}

#main h2
{
	margin:12px 0 0 0;
	font-size:120%;
	color:#009feb;
}

#main .topText
{
	
	color:#666;
	line-height:1.3em;
}

/*---------------------------- PRODUCT -----------------------*/

.productName
{
	margin:-5px 0 3px 0;
	font-size:110%;
	/*font-weight:bold;*/
}

.productName a
{
	color:#ff852b;
	text-decoration:underline;
}

.productDescription
{
	font-size:80%;
	color:#bfbfbf;
}

/*---------------------------- PRODUCT ON MAIN -----------------------*/

.productOnMainPageTop
{
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:9px;
	background:url(../images/productOnMainPageTop.png) top center no-repeat;
}

.productOnMainPage
{
	position:relative;
	float:left;
	overflow:hidden;
	width:168px;
	/*min-height:240px;
	height:auto !important;
	height:240px;*/
	height:228px;
	margin:9px 24px 15px 0;
	padding:16px 16px 16px 16px;
	background:url(../images/productOnMainPageBg.png) bottom no-repeat;
}

.productOnMainPageName
{
	height:43px;
	overflow:hidden;
}

.productOnMainPage h3 a:hover
{
	text-decoration:none;
}

.productOnMainPageImage
{
	width:150px;
	min-height:100px;
	height:auto !important;
	height:100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*background:url(../images/productOnMainPageImageBg.png) center no-repeat;*/
}

.productOnMainPageImage *
{
	vertical-align: middle;
}

.productOnMainPageShortDescription
{
	height:50px;
	margin-top:3px;
	overflow:hidden;
}

.productOnMainPagePrice
{
	float:left;
	/*width:85px;
	height:20px;
	overflow:hidden;*/
	margin-top:13px;
	font-size:90%;
	color:#009feb;
}

.productOnMainPageBuyLink
{
	margin-top:10px;
	text-align:right;
	vertical-align:bottom;
}

.productOnMainPageBuyLink a
{
	color:#ff852b;
	font-size:90%;
}

.productOnMainPageBuyLink img
{
	position:relative;
	top:3px;
}

/*---------------------------- PRODUCT ON LISTING -----------------------*/

.productOnListingTop
{
	position:absolute;
	top:0;
	left:0;
	width:574px;
	height:9px;
	background:url(../images/productOnListingTop.png) top center no-repeat;
}

.productOnListing
{
	position:relative;
	float:left;
	overflow:hidden;
	width:542px;
	height:146px;
	margin:9px 24px 15px 0;
	padding:16px 16px 16px 16px;
	background:url(../images/productOnListingBg.png) bottom no-repeat;
}

.productOnListingLeft
{
	float:left;
	width:150px;
}

.productOnListingRight
{
	float:left;
	width:380px;
}

.productOnListingName
{
	height:30px;
	overflow:hidden;
}

.productOnListingImage
{
	width:150px;
	min-height:100px;
	height:auto !important;
	height:100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.productOnListingImage *
{
	vertical-align: middle;
}

.productOnListingShortDescription
{
	min-height:77px;
	height:auto !important;
	height:77px;
	margin:0 0 15px 0;
}

.productOnListingDescriptionLink
{
	margin-top:10px;
	text-align:right;
	vertical-align:bottom;
}

.productOnListingDescriptionLink a
{
	color:#ff852b;
	font-size:100%;
}

.productOnListingDescriptionLink img
{
	position:relative;
	top:3px;
}

/*---------------------------- PRODUCT PAGE -----------------------*/

.productPage
{
	width:350px;
	/*height:374px;*/
	margin-top:15px;
	padding:20px 0 0 20px;
	background:url(../images/productDescriptionBg.png) center top no-repeat;
}

.productPageName
{
	min-height:35px;
	height:auto !important;
	height:35px;
	color:#ff852b;
}

.productPageImage
{
	width:230px;
	min-height:208px;
	height:auto !important;
	height:208px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.productPageImage *
{
	vertical-align: middle;
}

.productPageRight
{
	float:right;
	width:110px;
	padding-top:20px;
}

.productPageBuyButton
{
	float:right;
	width:116px;
	height:35px;
	background:url(../images/productPageBuyButton.png) center no-repeat;
}

.productPageBuyButton a
{
	display:block;
	width:116px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:125%;
	color:white;
}

.productPageDescriptionHeader
{
	margin:50px 0 0 0;
	font-size:110%;
	color:#FF852B;
}

.productPageLongDescription
{
	min-height:180px;
	height:auto !important;
	height:180px;
	margin-top:10px;
}

.productPageTags
{
	margin:10px 0 0 20px;
	font-size:90%;
	color:#009feb;
}

.productPageTags a
{
	color:#009feb;
}

.productPageRandomHeader
{
	margin:50px 0 0 5px;
	font-size:130%;
	font-weight:bold;
	color:#009feb;
}

#productPageRandomRight
{
	position:absolute;
	top:158px;
	right:0;
}

#productPageRandomRight .productOnMainPage
{
	float:none;
	margin-right:0;
}

/***********************   INSTALLATOR  ************************* */

#installator
{
	margin-top:50px;
	text-align:center;
}

/***********************   RIGHT  ************************* */

#right
{
	position:absolute;
	top:0;
	right:0;
}

#searcher
{
	/*width:250px;*/
	width:246px;
	height:134px;
	background:url(../images/searcherBg.png) bottom center no-repeat;
}

#searcher h2
{
	background:url(../images/searcherHeaderBg.png) top center no-repeat;
}

#searcher input.text
{
	display:block;
	width:208px;
	height:19px;
	margin:15px auto 12px auto;
	padding:7px 5px 3px 5px;
	border:none;
	background:url(../images/searcherTextBg.png) center no-repeat;
	font-weight:bold;
}

#searcher .submit
{
	display:inline;
	float:right;
	margin-right:14px;
}

#adRight1Container
{
	position:relative;
	float:left;
	/*width:250px;*/
	width:250px;
	height:250px;
	margin-top:30px;
}

#adRight1
{
	position:absolute;
	top:0;
	left:-28px;
	width:300px;
	height:250px;
}

#adRight2
{
	width:120px;
	height:600px;
	margin:30px 0 0 120px;
}

#adRight3
{
	position:relative;
	left:-90px;
	width:120px;
	height:600px;
	margin:30px 0 0 0;
}

#adCenter1
{
	float:left;
	width:336px;
	height:280px;
	margin:10px 0;
}

#adCenter2
{
	float:left;
	width:336px;
	height:280px;
	margin:15px 0 40px 0;
}

.tagsMapHeader
{
	font-size:120%;
	color:#ff852b;
}

.tagsColumn
{
	float:left;
	width:33%;
	margin-top:20px;
}

.tagsColumn a
{
	display:block;
	margin:3px 0;
	font-size:90%;
	color:#009feb;
}

/***********************   FOOTER  ************************* */

#footer
{
	clear:both;
	height:172px;
	margin-bottom:5px;
	background:url(../images/footerBg.png) top repeat-x;
	border-top:3px solid #bbe1f3;
}

#randomLinks
{
	width:960px;
	margin:0 auto;
	font-size:90%;
	line-height:1.2em;
}

#randomLinks a
{
	margin:0 0.6em 0 0;
	color:#80cff5;
}

#randomLinks h2
{
	color:#009feb;
	font-size:100%;
}

#footerBar
{
	width:960px;
	height:35px;
	margin:22px auto 0 auto;
	background:url(../images/footerBar.png) center no-repeat;
	line-height:35px;
	text-align:center;
	font-size:120%;
}

#footerBar a
{
	margin:0 10px;
	line-height:35px;
	color:white;
}
