body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/body_back.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

body, body.table
{
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 12px;
	color: #000000;	
}

h1, h1 a
{
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 16px;
	color: #5A5A5A;
}
h1
{
	padding: 15px 10px 20px 10px;
	margin: 0px;
}

h2
{
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 16px;
	color: #5A5A5A;
	padding: 8px;
	margin: 0px;
}
h5
{
	color: red;
}

a
{
	color: #791313;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

a img 
{
	border: 0px solid #000000;	
}

#TopArea
{
	
}
#TopMenuBox
{
	width: 890px;
	margin: 10px auto 5px auto;
	text-align: right;
}
#Top
{
	width: 900px;
	margin: 0px auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #000000;
	background-image: url(../Images/top_back.jpg);
	background-repeat: no-repeat;
}

#PageArea
{
	background-color: #808080;
}
#Page
{
	width: 900px;
	margin: 0px auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #ffffff;	
	text-align: left;
}

#MenuBox
{
	height: 18px;
	background-color: #dedede;
	background-image: url(../Images/menu_back.gif);
	background-repeat: repeat-x;
	z-index: 99;
}
#MenuBox img
{
	display: none;	
}

#Body
{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #B0B0B0;
}

.StaticBody
{
	padding: 10px;	
}

.BodyBottomSpace
{
	background-color: #E8E8E8;
	background-image: url(../Images/bottom_back.gif);
	background-repeat: repeat-x;
}
.BodyBottomSpace img
{
	width: 60px;
	height: 60px;	
}

#BasketInfo
{
	margin-top: 5px;
}
#BasketInfo a
{
	color: #303030; 
	font-weight: bold; 
	font-size: 12px; 
	
}
#BasketInfo a:hover
{
	text-decoration: none;	
}
#LoginInfoBox
{
	text-align: right;
	padding-right: 10px;
}

#Copyright
{
	height: 20px;
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#Copyright a
{
	color: #303030;
	font-size: 11px;
}

.clear
{
	clear: both;
}

.ConversionRateInfo
{
	text-align: right;
	padding: 10px;	
	font-size: 11px;
}
.SubPrice
{
	white-space: nowrap;
	font-weight: normal;	
}

/* Infoservice */

#HomeInfoService
{
	background-color: #000000;
}

#HomeInfoServiceTable
{
	width: 100%;
}
#HomeInfoServiceTable td
{
	background-color: #FFFFFF;
	vertical-align: top;
}
#HomeInfoServiceTable .Header
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	ackground-color: #82150D;
	background-color: #000000;
	background-image: url(../Images/infoservice_header_back.gif);
	background-repeat: repeat-y;
	border-bottom: 2px solid #CCCCCC;
	padding: 3px;
}
#HomeInfoServiceTable .Content
{
	font-size: 11px;
	padding: 3px;
}

/* Form elements */
.AlertMessage
{
	color: #ff0000;
	font-weight: bold;
}

#FormTable
{
	border-collapse: collapse;
	width: 100%;
}

#FormTable td
{
	padding: 3px;	
}

.FormSectionHeader
{
	color: #FFFFFF;
	background-color: #606060;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
	text-indent: 5px;
}

.FormSection
{
	background-color: #eaeaea;
}

.FormSectionSeparator
{
	height: 7px;	
	border-top: 1px solid #cccccc;
}

#FormTable .FormLabel
{
	padding-left: 20px;
	text-align: left;
}

#FormTable .FormField
{
	padding-right: 90px
}

#FormButtons
{
	text-align: right;
	margin-top: 20px;
}

.InputText, .InputTextMandatory
{
	width: 250px;
	font-size: 11px;
}

.InputText
{
	border: 1px solid #000000;
}

.InputTextMandatory
{
	border: 1px solid #ff0000;
}

.DropDownList
{
	font-size: 11px;
}

.InputFile
{
	width: 250px;
	font-size: 11px;
	border: 1px solid #000000;
}

.MandatoryLegend
{
	width: 250px;
	padding: 1px;
	border: 1px solid #ff0000;
	margin: 10px 0px;
}

.Button
{
	width: 100px;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #505050;
	font-size: 11px;
	font-weight: bold;
}
/* End of Form elements*/

/* List Table */

.ListTable, .AdminListTable, .ProductTable, .AdminProductTable
{
	border: 0px solid #000000;
	border-collapse: collapse;
	width: 100%;
}
.AdminListTable, .AdminProductTable
{
	width: 100%;
}

.ListTable .Item td, .AdminListTable .Item td
{
	border-bottom: 1px solid #cccccc;
	background-color: #dedede;
	vertical-align: top;
	padding: 3px;
}

.ListTable .AlternatingItem td, .AdminListTable .AlternatingItem td
{
	border-bottom: 1px solid #cccccc;
	background-color: #f3f3f3;
	vertical-align: top;
	padding: 3px;
}

.ListTable .Header td, .AdminListTable .Header td, .AdminListTable .Header
{
	color: #ffffff;
	background-color: #505050;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
	font-weight: bold;
}

.ListTable .Header td a, .AdminListTable .Header td a, .AdminListTable .Header a
{
	color: #ffffff;
	text-decoration: underline;	
}

.ListTable .Footer td, .AdminListTable .Footer td, .ProductTable .Footer td
{
	padding-top: 7px;
}

.ListTable .Pager td, .AdminListTable .Pager td, .ProductTable .Pager td
{
	color: #aaaaaa;
	padding: 5x 0px;
}

.ListTable .Pager td a, .AdminListTable .Pager td a, .ProductTable .Pager td a
{
	color: #000000;	
}

.ListTable .Pager td a:hover, .AdminListTable .Pager td a:hover, .ProductTable .Pager td a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.PageLegend
{
	padding: 5px 0px;
	color: #808080;
}

.ListTable .ImageCell img, .AdminListTable .ImageCell img
{
	border: 1px solid #000000;	
}

/* End of List Table */

#BusinessConditionsBox
{
	height: 150px;	
	overflow: scroll; 
	border: 1px solid #303030;
	background-color: #FFFFFF;
	padding: 5px;
}

/* Product Table specialized */

.Pager
{
	width: 100%;
	color: #5A5A5A;	
	font-size: 11px;
}
.Pager td
{
	padding: 0px 8px;
}

.ProductListTable
{
	width: 100%;
}
.ProductListTable td
{
	vertical-align: top;
	background-color: #E2E2E2;
	background-image: url(../Images/product_list_back.gif);
	background-repeat: repeat-x;	
	border-top: 1px solid #B0B0B0;
}
.ProductListBottomSpace img
{
	width: 40px;
	height: 40px;	
}

.ProductList
{
	width: 450px;
	height: 133px;
	border-collapse: collapse;
}
.ProductList td
{
	padding: 20px 20px 0px 20px;
	border: 0px solid #FFFFFF;
}

.ProductDetail
{
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.ProductDetail td
{
	padding: 10px;	
}

.ProductList .ProductName a
{
	color: #791313;
	font-size: 12px;
	font-weight: bold;	
}
.ProductDetailName
{
	color: #5A5A5A;
	font-size: 14px;
	font-weight: bold;	
	padding: 10px;	
	border-bottom: 1px solid #B0B0B0;
	margin-bottom: 10px;
}

.ProductList .ProductPrice
{
	color: #404040;
	font-size: 12px;
	font-weight: bold;	
	margin-top: 5px;	
	margin-bottom: 5px;	
}
.ProductDetail .ProductPrice
{
	color: #404040;
	font-size: 13px;
	font-weight: bold;	
	vertical-align: bottom;
}

.ProductDescription
{
	margin-top: 5px;
}

.ProductMore
{
	padding-right: 20px;
	text-align: right;
	line-height: 30px;
}
.ProductMore a
{
	font-size: 11px;
	color: #791313;	
	font-weight: bold;
}

.ProductDescriptionTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #303030;
	padding: 10px 2px;
}

.ProductParameterListTable, .CompareProductParameterListTable
{
	border-collapse: collapse;	
}
.ProductParameterListTable
{
	width: 320px;
}
.CompareProductParameterListTable
{
	width: 100%;
	border-collapse: collapse;
}
.ProductParameterListTable td, .CompareProductParameterListTable td
{
	vertical-align: middle;	
	padding: 5px;
	border-bottom: 1px solid #DEDEDE;
}
.CompareProductParameterListTable td
{
	border-left: 2px solid #ffffff;
}
.ProductParameterListTable .Name, .CompareProductParameterListTable .Name
{
	text-align: right;
}
.ProductParameterListTable .Value, .CompareProductParameterListTable .Value
{
	text-align: left;
}
.ProductParameterListTable .Header th
{
	padding: 5px;
	border-bottom: 1px solid #DEDEDE;
	background-color: #FFFFFF;	
}
.ProductParameterListTable .Item, .CompareProductParameterListTable .Item
{
	background-color: #FAFAFA;	
}
.ProductParameterListTable .AlternatingItem, .CompareProductParameterListTable .AlternatingItem
{
	background-color: #ffffff;	
}

.ProductRate
{
	text-align: center;
	margin: 20px auto 0px auto;
}
	
/* End of Product Table specialized */

.ProductCategoryHeaderLink
{
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 13px;
	color: #ffffff;	
}

.ProductCategoryHeaderLink:hover
{
	text-decoration: underline;	
}

.AlertBox
{
	color: #ff0000;	
	font-weight: bold;
}

/* Rating */
.Rating
{
	border: 1px solid #DDDDDD;
	width: 200px;
	height: 12px;
	margin: 0px auto;
}
.ratingStar {
    font-size: 0pt;
    width: 20px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-color: #E2002A;
}

.emptyRatingStar {
    background-color: #EEEEEE;
}

.savedRatingStar {
    background-color: #D03A23;
}