﻿*
{
 margin: 0;
 padding: 0;
 border: 0;
 -moz-box-sizing: border-box;
 font-family: Arial;
 font-size: 13px;
}
html
{
 height: 100%;
}
body
{
 background: #fff url(i/bodyBg.jpg) no-repeat;
 height: 100%;
}
/*#MainHolder
{
 margin-top: 13px; #position:relative;display:table-cell;height:615px;overflow:hidden;width:100%;}
#Holder
{
 text-align: center; #position:absolute;#top:50%;width:100%;display:table-cell;vertical-align:middle;text-align:center;}
#Content
{ #position:relative;#top:-50%;margin-left:auto;margin-right:auto;text-align:center;}
*/
#Products
{
 display: block;
 padding: 10px 0 0 3px;
 background-image: url(i/contentBg.png);
 background-repeat: no-repeat;
 height: 498px;
}
.DivClear
{
 clear: both;
}
.tnImage
{
 overflow: hidden;
}
.tnImageBordered
{
 height: 80px;
 min-width: 150px;
 overflow: hidden;
 border: solid 5px #E8E9EA;
}
h2.imageText
{
 display: none;
 border-top: solid 2px #ccc;
 text-align: left;
 padding-left: 7px;
 font-size: 9px;
 margin: 0;
 width: auto;
 background: url(i/carouselItemBG.png);
 line-height: 23px;
 color: #626262;
 font-weight: normal;
}
a.fiyatListesi
{
 opacity: .33;
 filter: alpha(opacity=33);
 display: block;
 text-align: center;
 line-height: 225%;
 width: 233px;
 text-decoration: none;
 color: #fff;
 letter-spacing: 1px;
 background-color: #000;
 margin-right: 28px;
}
a:Hover.fiyatListesi
{
 opacity: 1.0;
 filter: alpha(opacity=100);
 display: block;
 text-align: center;
 line-height: 225%;
 width: 233px;
 text-decoration: none;
 color: #fff;
 letter-spacing: 1px;
 background-color: #000;
 margin-right: 28px;
}
#QuickPoll {
display:inline-block;
width:905px;
text-align:left;
}
#QuickPoll #BorderBox {
width:443px;
border:solid 1px #66C2E0;
line-height:200%;
}
#QuickPoll #BorderBox input {
vertical-align:middle;
margin:5px;
}
#QuickPoll label {
cursor:default;
}
#QuickPoll h1 {
width:400px;
-moz-box-sizing:content-box;
background:#66C2E0 url(i/quickPollHeaderBg.gif) no-repeat;
height:35px;
padding:5px 0 0 43px;
}