html, body, div
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    font-family: Gill Sans, "Gill Sans MT", sans-serif; 
    vertical-align: baseline;
    background-color: transparent;
}

html
{
    height: 100%;
}

body, form
{
    height: 100%;
    min-height: 100%;
    position: relative;
}

body
{
    font-size: 11px;
    min-width: 1000px;
    background:#fff;
}

pre
{
    font-size: 10px;
}

img
{
    border: 0px;
}

h1
{
	color:#6699CC;
font-size:19px;
font-weight:normal;
letter-spacing:-0.5px;
margin-bottom:5px;
}

h2, .HeaderRow
{
    
    margin: 0px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: normal;
}

p {
	line-height: 18px;
}

input, select
{
    font-size: 11px;
    padding: 2px;
}

input.textbox
{
    padding-left: 3px;
}

.RadioButton
{
    height: 12px;
    width: 12px;
    vertical-align: middle;
    margin-right: 5px;
}


a, 
a:hover, 
a:link
{
	color: #000;
}

iframe
{
	background-color: Transparent;
}

iframe.Vertical
{
	width: 130px;
	height: 250px;
}

iframe.Square
{
	width: 160px;
	height: 190px;
}

iframe.NavBanner
{
	width: 402px;
	height: 82px;
}

iframe.Micro
{
	width: 98px;
	height: 41px;
}

iframe.LinkExchange
{
	width: 450px;
	height: 50px;
}

iframe.Half
{
	width: 244px;
	height: 70px;
}

iframe.Button2
{
	width: 130px;
	height: 70px;
}

iframe.Button1
{
	width: 130px;
	height: 100px;
}

iframe.Banner
{
	width: 265px;
	height: 190px;
}
 
.ChangeLang
{
    z-index: 2;
} 

#content
{	
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	border-style: none;
	background-color: #ffffff;
}
       
#page
{	
	margin: auto;
	max-width: 984px;
	width: expression(document.body.clientWidth > 972 ? "972px" : "auto");	
	min-width: 984px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
}

/******************* Top User Menu ********************/

#userMenu-logedin
{
	color:#494949;
    font-size:12px;
    height:22px;
    margin:3px 0 0;
    position:absolute;
    width:835px;
}

#userMenu
{
	color:#494949;
    font-size:12px;
    height:22px;
    margin:10px 0 0;
    position:absolute;
    width:835px;
}

#userMenu-secondLine
{
    padding-left:12px;
    padding-top:25px;
    color:#494949;
}

#userMenu-secondLine a
{
    text-decoration: none;
}

#userMenu-secondLine a:hover
{
    text-decoration: none;
    color: #b1b3b6;
}

#simpleUserMenu
{
    background-color: #1f225c;
	color: #ffffff;
	height: 22px;
	margin-bottom: 5px;
	width: 850px;
	background-image: url("images/top-menu-corner.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}



#userMenu-logedin div
{
float:left;
/*height:19px;*/
padding-left:12px;
padding-right:12px;
padding-top:0;
text-align:left;
}
#userMenu-logedin .separator {
border-left:1px solid #EEEEEE;
margin:0 !important;
padding:0;
width:1px;
}

#userMenu-logedin span
{
    margin-top: 4px;
    position: relative;
    top: 2px;
    /*display: block;*/
}

#userMenu-logedin a, #userMenu-logedin img
{
	color: #494949;
	text-decoration: none;
	display: block;
	float: left;
}

#userMenu-logedin a:hover
{
color: #b1b3b6;
}










#userMenu div
{
float:left;
/*height:19px;*/
padding-left:12px;
padding-right:12px;
padding-top:2px;
text-align:left;
position:relative;
}
#userMenu .separator {
border-left:1px solid #EEEEEE;
margin:0 !important;
padding:0;
width:1px;
}

#userMenu span
{
    margin-top: 4px;
    position: relative;
    top: 2px;
    /*display: block;*/
}

#userMenu a, #userMenu img
{
	color: #494949;
	text-decoration: none;
	display: block;
	float: left;
}

#userMenu a:hover
{
color: #b1b3b6;
}

#editCartPopup
{
    border-top: solid 1px #eee;
    background:url(images/cart_bg.jpg) #6699cf repeat-x;
    display:none;
    margin:4px 0 0 10px;
position:absolute!important;
width:378px;
z-index:300;
padding: 5px;
}
#editCartPopup .link
{
    color:White;
    cursor:pointer;
    display:block;
    margin:0px;
    padding:2px;   
    text-decoration:none;    
}

#editCartPopup .link:hover
{
    cursor:pointer;    
}

#editCartPopup .activeCart
{
    cursor:pointer;
    width: 100%;
}
/*.cartDropDownDiv
{
     padding-top:3px;
     padding-bottom:3px;
}

.cartDropDownDiv a
{
       color:White;
       text-decoration:none; 
}

.cartDropDownDiv .selectedCartName
{
    float:left; 
    font-weight:bold;
    background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/icons/Edit_cart_16x16.png);
	padding-left:20px;
	padding-top:2px;
	height:16px;
	width:70px;
}

.cartDropDownDiv .cartName
{
    float:left; 
    padding-left:20px;
    width:70px;
}
.cartDropDownDiv .selectedCartTotal
{
    float:right; 
   padding-right:5px;
   font-weight:bold; 
}

.cartDropDownDiv .cartTotal
{
    float:right;
   padding-right:5px; 
}
*/

/******************************************************/


#header-logedin
{	
	height: 70px;
	padding-bottom: 5px;
	background: url(images/top_bg.jpg) repeat-x;
	margin-top:-40px;
}

.logo {
float: left;
}

#header-logedin .commerce-logo
{
	float:right;
	background-image: url(images/saab-move-your-mind.jpg);
	background-repeat: no-repeat;
	background-position:right;	
	height: 67px;
	width: 137px;
	margin-right: 11px;
}
#header-logedin .commerce-empty-logo
{
    float:left;
	background-image: url(images/emptyLogo2.png);
	background-repeat: no-repeat;	
	height: 47px;
	width: 739px;
	margin-right: 11px;
	margin-left:11px;
	font-size:18px;
	padding-left:17px;
	padding-top:22px;
}
#header-logedin .logo-label
{
	float:right;
	background-image: url(images/VolvoPentaLabel.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 170px;
	margin-left: 11px;
}






#header
{	
	height: 70px;
	padding-bottom: 5px;
	background: url(images/top_bg.jpg) repeat-x;
}

.logo {
float: left;
}

#header .commerce-logo
{
	float:right;
	background-image: url(images/saab-move-your-mind.jpg);
	background-repeat: no-repeat;
	background-position:right;	
	height: 67px;
	width: 137px;
	margin-right: 11px;
}
#header .commerce-empty-logo
{
    float:left;
	background-image: url(images/emptyLogo2.png);
	background-repeat: no-repeat;	
	height: 47px;
	width: 739px;
	margin-right: 11px;
	margin-left:11px;
	font-size:18px;
	padding-left:17px;
	padding-top:22px;
}
#header .logo-label
{
	float:right;
	background-image: url(images/VolvoPentaLabel.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 170px;
	margin-left: 11px;
}

#filter
{
    float: left;
    margin-top: 0px;
    background-image: url(images/search-bkg.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 182px; 
    height: 28px;   
}

.dSearchLine li.Title
{
    font-weight: bold;
    display: block;
    margin-top: 3px;

}

.dSearchLine li.Value
{
    display: block;
    margin-top: 3px;

}

#dFilterForm li, #dFilterCurrent li
{
    float: left;
    height: 100%;
    vertical-align: middle;
    padding-left: 11px;
    list-style: none;
}

#dFilterForm ul, #dFilterCurrent ul
{
    height: 20px;
    width: 100%;
}


#dFilterForm .Buttons, #dFilterCurrent .Buttons
{
    float: right;
}

.search-border
{
    border:1px solid #eee;
    clear:both;
    height:17px;
    width:168px;
    background-color: White;
    position: relative;
    top: 6px;
    left: 6px;
}

.search-textbox
{
    width: 145px;
    border:0 none;
    position:relative;
    /*top:-1px;*/
    height: 14px;
}

.search-button
{    
    background-color:White;
    background-image:url(images/icons/Search_14x14.png);
    background-position: top left;
    background-repeat:no-repeat;
    border:0 none;
    cursor:pointer;
    height:14px;
    width:15px;
    position: relative;
    
}

#dFilterForm
{
    margin-left: 190px;
    background-color: #F2F2F2;
    background-image: url("images/boxes/whitecorner-top-left.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#dFilterForm div
{
    background-image: url("images/boxes/whitecorner-top-right.png");
    background-position: right top;
    background-repeat: no-repeat;
}

#dFilterForm div div
{
    background-image: url("images/boxes/whitecorner-bottom-left.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

#dFilterForm div div div
{
    background-image: url("images/boxes/whitecorner-bottom-right.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 5px 6px 5px 6px;
}

#dFilterForm .Input input, #dFilterForm .Input select
{
    width: 180px;
}



/*************************/

#dFilterCurrent
{
    margin-left: 190px;
    background-color: #DFDFDF;
    background-image: url("images/boxes/whitecorner-top-left.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#dFilterCurrent div
{
    background-image: url("images/boxes/whitecorner-top-right.png");
    background-position: right top;
    background-repeat: no-repeat;
}

#dFilterCurrent div div
{
    background-image: url("images/boxes/whitecorner-bottom-left.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

#dFilterCurrent div div div
{
    background-image: url("images/boxes/whitecorner-bottom-right.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 5px 6px 5px 6px;
}


#menu
{
	height: 32px;	
	font-size: 14px;
	margin-top: -42px;
}

#menu a, #menu a:hover, #menu a:link
{
	color: Black;
	text-decoration: none;
}

#menu #homeMenuDiv,
#menu .menuDiv
{
	float: left;
	height: 32px;
	padding: 0px 12px;
}

#menu span
{
	position: relative;
	top: 10px;

}
#homeMenuDiv span, .menuDiv span {
	font-size: 15px;
}
.top-menu
{

}

#menu .menuDiv-selected
{
	cursor: pointer;
	color: #6699CC;
}
.active {
	color: #6699CC!important;
}


#menu .selected-left
{
=
	padding: 0px;
	width: 12px;
	cursor: pointer;
}

#menu .right-div-container
{
	height: 32px;
	float: right;
	width: 250px;
}

#menu .right-div-end
{
	height: 32px;
	float: right;
	width: 12px;
	cursor: pointer;
}

#menu .right-div-end-selected
{

}

#menu .right-div-main
{
    height: 32px;
	float: right;
	width: 118px;
	cursor: pointer;
}

.right-div-vat
{
    height: 32px;
	float: right;
	width: 90px;
	cursor: pointer;
	padding:0 !important;
}

#menu .separator
{
	width: 1px;	
	padding: 0px;
	float:left;
	height: 32px;
}
.left-div {
display: none!important;
}
#breadcrumb
{
	font-size: 10px;
	color: #777777;
}

#main
{
	padding: 30px 0px;
    clear: both;
    background: url(images/body_bg.jpg) top repeat-x;
}

.dSearchLine
{
    clear: both;
}

.dSearchLine #filter
{
    padding-bottom: 5px;
    clear: both;
}

#dLeftColumn
{
    float: left;
    width: 182px;
    margin: 0 10px 0 0;
    clear: both;
}
#dLeftColumn h1 {
    margin: 0 0px 0 10px;
}
.dLeftColumnMargin
{
    margin-left: 200px;
}

#dRightColumn
{
    float: right;
    width: 162px;
    margin-left: 5px;
    /*clear: both;*/
}

.dRightColumnMargin
{
    margin-right: 180px;
}
.ContactsInfoBox {
margin: 30px 0 10px 0;
}
.ContactsInfoBox div {
margin: 0 0 0 10px;
}
#dRightColumn .ContactsInfoBox h2
{
    color:#6699CC;
padding-left:10px;
}

#dRightColumn .ContactsInfoBox div
{
    padding: 0px 10px;
}

#dContent
{   
padding: 0; 
}
#dContent h1
{   
padding: 0 0 0 10px; 
}
.dLeftColumnMargin.dRightColumnMargin h1, .dLeftColumnMargin h1 {
padding: 0!important;
}
#middleContainer
{
}

#footer-placeholder
{	
	height: 52px;
	clear: both;
	margin-top: 10px;
}

#footer-body
{
	margin: auto;
	width: 985px;
	margin-top: -102px;
	height: 52px;
}

#pre-footer
{
    float:right;
	/*background-image: url(images/logga.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	padding-bottom: 10px;
	margin-right: 11px;
	margin-top: 10px;
	width:100px;
}

#pre-footer_Card
{
    float:left;
	background-image: url(images/MasterVisa.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-bottom: 10px;

	margin-top: 10px;
	width:450px;
	clear: both;
}
#footer
{
	color: #525252;
	background: url(images/footer.jpg) repeat-x;
	color:#525252;
font-size:14px;
font-weight:normal;
height:47px;
padding:10px 0 0 10px;
	
}

#footer div
{
	float: left;
	color: #363636;
	margin: 10px;

}

#footer a
{
	color: #363636;
	text-decoration: none;
	cursor: pointer;
}

#footer a:hover
{
	color: #787878;
	text-decoration: none;
}

#navigationPath
{
    /*border-bottom:1px solid #EEEEEE;*/
color:#777777;
font-size:10px;
padding:6px 0;
word-wrap:break-word;   
}

#navigationPath a
{
    text-decoration: none;
    color: #777777;
}

#navigationPath a:hover
{
    text-decoration: underline;
}

.input-validation-error
{
    border: 1px solid #eee;
    background-color: #ffeeee;
}

.text-box
{
	border: 1px solid #eee;
	width: 145px;
	height: 18px;
}

.TextBox
{
    
}

.grid
{
    width:100%;
    margin-bottom:10px;    
}

.grid-caption
{
    background-color:#DFDFDE;
    height:20px;
    font-weight:bold;
    border-top:solid 1px #eee;
    padding-top:5px;
    margin-bottom:2px;
    border-bottom:solid 1px #eee;
}
.grid-caption .noOfCarts
{
    float:left;
    width:300px;
    padding-left:10px;
}

.grid-caption .noOfItemsAndtotalCost
{
    float:right;
    width:500px;
    text-align:right;    
}
.grid-caption .noOfItemsAndtotalCost .totalCost
{
    width:250px;
    padding-left:84px;
    padding-right:8px;
}

.grid tbody td
{
    padding-top:3px;
    padding-bottom:3px;
    text-align:center;
}




.grid th
{
    border-bottom: 1px solid #eee;
    /*border-top: 1px dotted #000000;*/
    /*border-right: 1px dotted white;*/
    padding-top:5px;
    padding-bottom:5px;
}

.grid-header
{
	padding-left:10px;
	padding-top:3px;
	font-weight:bold;
    font-size:11px;
}

.grid-row
{
	background-color: #e9e9e9;
	padding: 5px 10px;
}

.grid-altrow
{
	background-color: #e9e9e9;
	padding: 5px 10px;
}

/* MVC default error classes */
.input-validation-error
{
}

.field-validation-error
{
	color: Red;
}

ul.validation-summary-errors
{
    margin-bottom: 5px;
    border: solid 1px #eee;
    background-image: url("images/icons/Error_on_page_14x14.png");
    background-position: 4px 3px;
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 1.5;
}

/*
.validation-summary-errors
{
	color: Red;
}

ul.validation-summary-errors
{
	list-style-type:none;
	padding-left: 0px;	
	margin-left: 0px;
}

*/

/* MVC default error classes */

.sys-template { display: none; }

.simple-search-results
{}

.simple-search-results li
{
    list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 15px;
}

.FormWithListfield label {float:left; padding-right:10px;}
.FormWithListfield {clear:both; line-height:25px;}

.FormWithListfield 
{
    width: 100%;
}

.address-table td.caption
{
    width:57%;
}
.address-table td.value
{
    width:43%;
}

.registration-textbox
{
    width:220px;
    border: 1px solid #eee;
    padding-left: 3px;
}

.registration-dropdown
{
    width:225px;
    border: 1px solid #eee;
    padding-left: 3px;
}

.change-password-textbox
{
    width:180px;
}

.errorDetails
{
    font-size: 10px;
}


.errorContent
{
   width:90%; 
   /*text-align:justify;*/
}

/* tables */
table.tablesorter {

	width: 100%;
	text-align: left;
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background: url('images/th_bg.gif') repeat-x;

}
table.tablesorter thead tr .header {
	/*background-image: url(images/bg.gif);*/
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	/*padding: 4px;*/
	padding-top:4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.even td {
	background-color:#fff;
	border-bottom:1px solid #EEEEEE;
	padding:5px;
	vertical-align:middle;
}
table.tablesorter tbody tr.odd td {
	background-color:#EEEEEE;
	border-bottom:1px solid #EEEEEE;
	padding:5px;
	vertical-align:middle;
}
table.tablesorter thead tr .headerSortUp {
	/*background-image: url(images/asc.gif);*/
}
table.tablesorter thead tr .headerSortDown {
	/*background-image: url(images/desc.gif);*/
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
/*background-color: #8dbdd8;*/
}

/*
.SortableTable th.headerSortUp { 
    background-image: url(images/asc.gif);
    background-color: #3399FF; 
} 

.SortableTable th.headerSortDown { 
    background-image: url(images/desc.gif); 
    background-color: #3399FF; 
}

.SortableTable th.header { 
    background-image: url(images/small.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
}*/

.ecom-navigation-menu
{
    width: 755px;
}

.ecom-navigation-menu-with-banners
{

}

.ecom-additional-media-content
{
    padding-bottom: 10px;
    text-align: center;
    padding-right: 20px;
    -padding-right: 15px;
}

.ecom-additional-media-content-video
{
    padding-bottom: 10px;
    text-align: center;
    padding-right: 22px;
    -padding-right: 16px;
}

.ecom-additional-media-content1
{
    text-align: left;
    padding-bottom: 10px;
    padding-right: 20px;
    -padding-right: 15px;
}

.ecom-additional-media-content img
{
    max-width: 560px;
    -width: auto;
}

.availability-tr-banding
{
    background-color:#F2F2F1; 
}

.availability-tr
{
    background-color:#FCFCFC;
}

.availability-tr-heading
{
    background-color:#DFDFDE; 
}

#divLoader
{
    clear:both;
    z-index:5;  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    background-image: url(images/ajax-loader.gif);  
    background-repeat: no-repeat; 
    background-position: center left;  
    width:31px;
    height:31px;
    padding:0px;
}

.RedAsterisk
{
    color:Red;
}

.PageTitleText
{
    font-size:18px;
    font-weight:bold;
    color:#9f9f9f;
    height: 18px;
    padding-bottom: 10px;
    padding-top: 2px;
}

div.small-loader-trans
{
    background-image: url("images/icons/loader_trans.gif");
    background-position: left;
    background-repeat: no-repeat;
    height:16px;
    padding-left:20px;
}

div.small-loader
{
    background-image: url("images/icons/loader.gif");
    background-position: left;
    background-repeat: no-repeat;
    height:16px;
    padding-left:20px;
}

/******************* Error summary ***************************/
.ErrorBlock
{
    margin-bottom: 5px;
    border: solid 1px #eee;
    padding: 1px;
}

.ErrorBlock .Icon
{
    height: 14px;
    width: 14px;
    float: left;
    margin-right: 5px;
    background-image: url("images/icons/Error_on_page_14x14.png");
    background-position: left center;
    background-repeat: no-repeat;
}
/**********************************************/

.watermark-text
{
    color: #b1b1b1;
}

.home_catalog_icon
{
    padding-top:7px;
    margin-left:20px;
}

.home_parts_header
{
    font-weight:bold;
    padding-left:3px;
    color:#6185A5;
    font-size:18px;
}

.tbl_home_catalog
{
    border-width:0;
    border-style:none;
    width:562px;
    height:100%;
}


.tbl_home_catalog .trans_back
{
    background-image: url("images/box_gradient.png");
    background-position:left top;
    background-repeat:repeat-x;
}


.tbl_home_catalog tr td
{
    border-width:0;
    border-style:none;
    vertical-align:top;
}

.div_home_category_container
{
    padding: 5px; 
    border-bottom: 1px solid #eee;
}


.div_home_category_container a
{
    text-decoration:none;
    color:Black;
    font-weight:bold;
}


.ecom-default-row
{
    background-color: #f3f3f3;
	border-bottom: 1px solid #eee!important;
	padding: 5px;
	cursor: pointer;
}

.ecom-alternate-row
{
	background-color: #fff;
	border-bottom: 1px solid #eee!important;
	padding: 5px;
	cursor: pointer;
}

.ecom-middle-item
{

}

.ecom-account-form
{

}

.ecom-account-resoreform
{
    width: 450px;
}

.add-selected-items
{    
    margin-top:5px; 
    margin-bottom:5px; 
    vertical-align:middle; 
    width: 100%;
    height:25px;
}

.add-selected-items div
{
    padding-top:5px;
    padding-left:0px;
    text-align:left;
}

.add-selected-items input
{
    margin-left:5px; 
    
    /*float:left;*/
}

.add-selected-items span
{
    text-align:left; 
    height:24px; 
    padding-top:5px; 
    cursor: pointer;
}

.add-selected-items td.addButtonCell
{
    width: 35px;
}

.add-selected-items td.layoutCell
{
    width: 65px;
}

.add-selected-items #btnLandscapeLayout
{
    /*float: right;*/
    margin-left: 3px;
    background-color: Transparent;
    background-image: url('images/landscape-layout.gif');
    background-repeat: no-repeat;
    width: 27px;
    height: 20px;
    border: 0px;
}

.add-selected-items #btnPortraitLayout
{
    /*float: right;*/
    background-color: Transparent;
    background-image: url('images/portrait-layout.gif');
    background-repeat: no-repeat;
    width: 27px;
    height: 20px;
    border: 0px;
}

th.info-separator
{
    border-right: 1px solid #eee;
}

th.info-separator-gray
{
    background-image: url("images/info-separator-gray.png");
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 3px;
}

th.info-no-separator
{
    background-image: none;
}

#table-top-border
{
    height: 0;
    clear: right;
}

span.value
{
    padding-left: 6px;
}

div.vpc_ad_container
{
    
}

input.status-img
{
    border: none;
    background-repeat: no-repeat;
    background-color: Transparent;
    height: 16px;
    width: 16px;
}

input.status-img-available
{
    background-image: url('images/icons/available_icon.png');
}

input.status-img-notavailable
{
    background-image: url('images/icons/not_available_icon.png');
}

input.status-img-incoming
{
    background-image: url('images/icons/incomming_icon.png');
}

input.status-img-replaced
{
    background-image: url('images/icons/replaced_icon.png');
}

.mini-cart-container
{    
    
}

.mini-cart
{
    color: White;
    width: 332px;
    z-index: 10000;
}

.mini-cart td
{
    padding: 2px 0px 2px 5px;
}

.mini-cart td.value
{
    width: 30px;
}
.checkout #emptyMessage,
.Content form
 {
margin: 0 0 0 10px;
}
#detailsSection #emptyMessage {
margin: 0 0 0 10px!important;
padding: 0 0 0 0px!important;
}
.header-separator
{ 
    height: 1px;
}
.BoxAd {
	border: 1px solid #eeeeee;
	margin-bottom:20px;
}
#content img
{
    width: 160px;
    height: 190px;
}
.info-header {
padding: 0!important;
}
.DataRow {
line-height:25px;
margin-bottom:20px;
}
.Hint {
margin-bottom:20px;

}

.checkout-signin .text-box
{
    width: 140px;
}

.product-image
{
    vertical-align: top; 
    width: 0px; 
    padding-left: 5px;
}

.product-documents
{
    border-bottom: 1px dotted #E9E9E9; 
    padding:10px;
}

.product-documents-header
{
    font-weight:bold; 
    padding-bottom:15px;
}

.product-documents a
{
    text-decoration: underline;
    padding-left: 10px;
}

.confirmation-sent
{
    background-color: #ffffff;
}

.part-error-box
{
    color: Red;
}

pager2
 {
    font-family:Tahoma;
    font-weight:normal;
    text-align:right;
    font-size: 12px;
    margin: 8px 0;
    padding: 3px 0 3px;
}

.pager2 .selector
 {
     float:left;
     padding-left:10px;
 }
 
 .pager2 .selector select
 {
     
     margin-left:5px;
     margin-right:5px;
 }

.pafer2 .pagingData
{
    float:right;

}
 .pager2 .current
 {
    color:Gray;
    font-weight:bold;
    margin-right:5px;
 }

.pager2 a
 {
    color:Black;
    font-weight:bold;
    margin-right:5px;
 }
