/* CSS Document */
body {
    
    behavior: url( "main/csshover3.htc" );
    
	background-color:#EBEBEB;
	color:#9E9E9E;
	font-family:Tahoma;
	font-size:11px;
	margin:0;
	padding:0;
	
}
div#mainBottom {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-image: url( ./img/bottom_bg.gif );
	background-repeat: repeat-x;
	background-position: bottom center;
}
div#main {
	width: 880px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
div#top {
	width: 880px;
	height: 108px;
	margin: 0;
	padding: 0;
}
div#menu {

    height:auto;
	overflow:auto;
	margin:0;
	padding:25px 0px 0px 0px;
	width:200px;
}




div#menuPlaceholder
{
    width: 930px;
    height: 35px;

}





div#navBar {
	width: 950px;
	height: 19px;
	margin: 0;
	padding: 0;
	color: #838383;
	font-size: 10px;
	padding-top: 6px;
	padding-left: 20px;
}

div#navBar a
{
    color: #838383;
    text-decoration: none;
}

div#navBar a.lastNavBarItem
{
    color: #6F6F6F;
    text-decoration: underline;
}

div#contentTop {
	width: 970px;
	height: 16px;
	background-image: url(img/contentTop_bg.gif);
}
div#content {
	width: 880px;
	height: auto;
    overflow:auto;
	padding: 0px;
	margin: 0;
	margin-bottom: 40px;
}
div#contentBottom {
	width: 970px;
	height: 16px;
	background-image: url(img/contentBottom_bg.gif);
	margin: 0;
	padding: 0;
}
div#newsBox {
	width: 940px;
	height: 124px;
	background-image: url(img/newsBox_bg.gif);
	padding: 15px;
	margin: 15px 0 15px 0;
	color: #ffffff;
}
div#footer {
	width: 570px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	background-image: url(img/footer_bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
	float: left;
	height: 39px;
}	
a#logo {
	float: left;
	margin: 0;
    outline-style: none;
    
    background-image:url(img/logo.gif);
	display:block;
	height:150px;
	left:10px;
	position:relative;
	top:0px;
	width:170px;
}
*.menuButton {
	display: block;
	height: auto;
	position: relative;
	
	font-size: 11px;
	text-align: left;
	top: 2px;
    left: 0px;
    width: auto;
    padding: 15px 0px 15px 0px;
}
span.menuButton {
	border-top: solid 1px #ebebeb;
	}

*.menuButton:hover {
	color:#1761C7;
	/*
	background-image: url(img/menuButton_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	*/
}

a.menuLink
{
    display: inline-block;
    width: auto;
   	color:#6F6F6F;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    
}


a.menuLink:hover {
	color:#1761C7;
	/*
    background-image: url(img/menuButton_on.gif);
    background-repeat: no-repeat;
    background-position: center center;
	*/
}



span.submenuArrow{
    background-color: transparent;
    background-image: url(img/submenuArrow_bg.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    
    position: relative;
    right: 10px;
    top: 0px;
    
    display: block;
    width: 20px;
    height: 20px;
}


span.subMenuButton a:hover span.submenuArrow{
	/*
    background-image: url(img/submenuArrow_bg_hover.gif);
	*/
}

/*** dynamic css menu starts here ***/

*.menuButton span.submenu
{
    display: none;
    position: realtive;
    top: 31px;
    left: 0px;
    text-align: left;
    text-indent: 10px;
}

a.menuLink:hover span.submenu
{
    display: block;
}


*.menuButton:hover span.submenu
{
    display: block;
    background-color: transparent;
    z-index: 10;
    padding-top: 1px;
    
    
    
    width: 190px;
/*    min-width: 160px;*/
}



span.subMenuButton
{
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
}


span.subMenuButton span.lowsubmenu
{
    display: none;
    position: relative;
    top: 0px;
}



span.subMenuButton:hover span.lowsubmenu
{
    display: block;
    width: 190px;
    
}


span.lowsubmenu:hover, span.submenu:hover
{
    display: block;
}


/* menu items */
span.submenu a,  span.lowsubmenu a
{
	text-transform: uppercase;
	background-color:#E0DFDF;
	color:#6F6F6F;
	display:block;
	font-size:10px;
	height:12px;
	margin:5px 0;
	padding:0 0 0 40px;
	text-decoration:none;
	width:160px;
}
span.lowsubmenu a {
	width: 150px;
	padding:0 0 0 50px;
	}

span.submenu a:hover,  span.lowsubmenu a:hover
{
    display: block;
    background-image: url(img/menuLeftLinkSub_bg.gif);
	color: #1761c7;
	outline-style: none;
}





/*** and here the menu stuff ends */




div#contentLeft {
	width: 200px;
	height: auto;
	position: relative;
	float: left;
	background-color: #e0dfdf;
	background-image: url( img/grey_left_top_corner.gif );
	background-position: top left;
	background-repeat: no-repeat;
}
div#contentRight {
	width: 660px;
	height: auto;
	position: relative;
	float: left;
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
	background-image: url('img/right_bottom_corner.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 557px;
}
div#menuLeftBox {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 15px 15px 0 15px;
}
div#menuLeftBoxBottom {
	background-image: url(img/menuLeftBoxBottom_bg.gif);
	width: 234px;
	height: 13px;
	margin:  0 0 15px 0;
	padding: 0;
}
div#menuLeftBox div.menuSpacer
{
    height: 4px;
}

a.menuLeftButton {
	display: block;
	width: 185px;
	height: 18px;
	margin: 0;
	padding: 3px 0 0 15px;
	text-decoration: none;
	color: #6F6F6F;
	font-weight: bold;
}
a.menuLeftButton:hover {
	background-color: #ffffff;
}
div.boxLeftHead {
	width: 219px;
	height: 24px;
	background-image: url(img/boxLeftHead_bg.gif);
	font-weight: bold;
	color: #ff8a00;
	padding-left: 15px;
	padding-top: 12px;
}
div.boxLeftMiddle {
	width: 234px;
	height: auto;
	background-image: url(img/boxLeftMiddle_bg.gif);
	background-repeat: repeat-y;
}
div#boxLeftMiddleHelp {
	padding: 15px;
	text-align: center;
	width: 204px;
}
div.boxLeftBottom {
	width: 234px;
	height: 14px;
	background-image: url(img/boxLeftBottom_bg.gif);
	margin-bottom: 15px;
}
a.footerLink {
  display: block;
  color: #9e9e9e;
  text-decoration: none;
  margin: 15px 8px 0px 8px;
  position: relative;
  float: left;
  white-space: nowrap;
}
a.footerLink:hover {
  text-decoration: underline;
}
div.footerDot {
  position: relative;
  float: left;
  width: 2px;
  height: 2px;
  overflow: hidden;
  margin: 21px 0 0 0;
  background-color: #1761c7;
}
div#basket {
	position: relative;
	float: left;
	color: #112446;
	text-align: right;
	height: 117px;
	width: 600px;
	padding-top: 10px;
}
div.itemBox {
  position: relative;
  float: left;
  width: 257px;
  height: 174px;
  background-image: url(img/productBox.gif);
  background-repeat: no-repeat;
  margin: 25px;
  padding: 10px;
}
div.priceBox {
  padding: 0px;
  margin: 0 auto;
  text-align: left;
  width: 257px;
}
div.promotions {
  position: relative;
  float: left;
  width: 22px;
  height: 300px;
  background-image: url(img/promocje.gif);
  margin-right: 10px;
}
div.newProducts {
    position: relative;
    float: left;
    width: 22px;
    height: 300px;
    background-image: url(img/nowosci.gif);
    margin-right: 10px;
}


div.promotionsPlaceholder {
    position: relative;
    float: left;
    width: 22px;
    height: 300px;
    margin-right: 10px;
}


span.contentPageTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #6F6F6F;
}


/*** added for the login box ***/ 

a.brightLink
    {
    color: #1761C7;
    font-weight: bold;
    text-decoration: none;
    
    
    }


div.smallFont
    {
    font-size: 10px;
    }

form.loginForm
    {
    display: block;
	width:auto;    
	font-size: 11px;
	background-image: url(img/menuLeft_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 10px 130px 10px;
	color:#6F6F6F;
    margin: 0px;
    border: 0px;
    }
    
    
form.loginForm div
    {
    padding-top: 10px;
    }
    
    
form.loginForm input
    {
    font-size: small;
    height: 16px;
    width: 170px;
    margin-top:10px;
    }



form.loginForm input.button
    {
    font-weight: bold;
    color: #FFFFFF;

    min-width: 85px;
    min-height: 22px;

    width: 85px;
    height: 22px;
    background-color: #1761C7;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
    }


input.loginButton
{
    font-weight: bold;
    color: #FFFFFF;
    
    min-width: 85px;
    min-height: 22px;
    
    width: 85px;
    height: 22px;
    background-color: #1761C7;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
}


/*** end of the login box code ***/







/*** admin panel styles ***/


table.productTable
{
    padding: 20px 20px 20px 0px ;
    width: 640px;
    
    
}


table.productTable td a
{
    color: #838383;
    font-weight: bold;
    text-decoration: none;
}


table.productTable td input
{
    font-family: "Tahoma",sans-serif;
    font-size: small;
    height: 16px;
    width: 80px;
    
}


table.productTable td input.longInput
{
    width: 100%;
    
}



table.productTable td input.productName
{
    width: 140px;
    
}


table.productTable tr td
{
    padding: 2px 4px;
}


table.productTable tr.row1
{
    background-color: #ffffff;
}

table.productTable td, table.productTable th  
{
	border-bottom: solid 1px #EBEBEB;
	}

div.pager
{
    text-align: center;
}

div.pager a
{
    color: #6F6F6F;
    text-decoration: none;

}

div.pager span.currentPage
{
    font-weight: bold;
}

div.submitButtons
{
    width: 600px;
    height: 30px;
    padding-bottom: 20px;
    padding-left: 20px;

}

div.submitButtons input
{
    margin-right: 10px;
    
}


div.adminPanelMessageBox
{
    padding-top: 20px;
    color: #1761C7;
    font-weight: bold;
}

div.adminPanelMessage
{
    font-weight: bold;
    color: #6F6F6F;
    padding-left: 10px;
}


div.verticalAdminMenu
{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}


div.verticalAdminMenu a
{
    display: inline-block;
    
    font-weight: bold;
    color: #FFFFFF;
    
    width: auto;
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #1761C7;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
    
    text-decoration: none;
    margin: 0px 5px;
}


a.adminPanelButtonLink
{
    display: inline-block;
    
    font-weight: bold;
    color: #FFFFFF !important;
    
    width: auto;
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #1761C7;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
    
    text-decoration: none;
    margin: 0px 5px;
}



td.centeredTableCell
{
    text-align: center;
}


div.addProductForm
{
    padding-top: 20px;
    vertical-align: top;
}


div.addProductForm div.importNotice
{
    font-size: 12px;
    font-weight: bold;
    color: #1761C7;
    padding-bottom: 10px;

}


div.addProductForm legend 
{
    font-weight: bold;
    font-size: 12px;
    color: #838383;
}

div.addProductForm input
{
    width: 185px;

}


div.addProductForm textarea
{
    width: 270px;
    height: 80px;
}

fieldset.productData
{
    display: block;
    width: 280px;
    float: left;
    margin: 0px 16px 0px 0px;
}


fieldset.productData select
{
    font-size: 11px;
    width: 188px;
}




fieldset.productStatus
{
    display: block;
    width: 325px;
    float: left;
    margin: 0px 0px 0px 0px;
}


fieldset.productStatus div
{
    text-align: left;
}


fieldset.productStatus label
{
    width: auto !important;
    margin-left: 30px;
}

fieldset.productDescription
{
    display: block;
    width: 640px;
    float: left;
    margin: 0px 0px 0px 0px;
}



fieldset.productDescription textarea
{
    width: 340px;
    height: 300px;
}



div.addProductForm div
{
padding: 5px 0px;
}



div.addProductForm div label
{
    display: inline-block;
    width: 85px;
    font-weight: bold;
}


fieldset.productImages
{
    width: 640px;
}


fieldset.productImages label
{
    width: 60px;
}


fieldset.productImages div
{
    display: inline-block;
    width: 322px; 
    vertical-align: top;
}

fieldset.productImages img
{
    width: 320px;
    margin-right: 5px;
    vertical-align: top;
    margin-bottom: 5px;
}

img.productPhoto
{
    width: 80px;
}



a.productImageLink img
{
    border-style: none;
    border-width: 0px;
}

a.productListElemTitle
{
    font-weight: bold;
    color: #6F6F6F;
    text-decoration: none;
}


span.normalProductPrice
{
    font-weight: bold; 
    font-size: 16px; 
    color: #ff8a00;
    line-height: 31px;
    vertical-align: center;
}


span.promotedProductPrice
{
    color:#1761C7;
	font-size:18px;
	font-weight:bold;
}
span.promotedProductPrice span {
	font-size:16px;
	color:#9E9E9E;

}

span.promotedProductOldPrice
{
    text-decoration: line-through;
}

div.shortDescriptionBox p
{
    margin: 0px;
    padding: 0px;
}

/* category manager styles */

div.adminCategoryTreeContainer 
{
    line-height: 20px;

}

div.adminCategoryTreeContainer li a
{
    text-decoration: none;
    font-weight: bold;
    color: #6F6F6F;
    
    display: inline-block;
    min-width: 180px;
    width: auto !important;
    width: 180px;
    
}

div.adminCategoryTreeContainer li li a
{
    text-decoration: none;
    font-weight: normal;
    color: #6F6F6F;
    
    
}

div.adminCategoryTreeContainer li a.treeButton
{
    width: auto;
    min-width: 1px;
    border-style: none;
}

div.adminCategoryTreeContainer li a.treeButton img
{
    border-style: none;
}

div.adminCategoryTreeContainer li a.adderLink
{
    font-weight: bold;
    color: #1761C7;
}



span.imageOperationPanel
{
    display:inline-block; 
    position: relative; 
    top: 0px; 
    left: 0px;
}

span.imageOperationPanel div
{
    background-color: white;
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 4px;
    width: auto;
}

span.imageOperationPanel div a img
{
    width: 22px;
    height: 22px;
    border-style: none;
    padding: 0px;
    margin: 0px;
}


fieldset {
	font-weight:bold;
	vertical-align: top;
	}

fieldset div {
    width:100%;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
}
	
fieldset div label {
	display:inline-block;
	width:85px;
}

fieldset.fullSize div input{ 
	width:auto;
	}
	
fieldset.fullSize div textarea{ 
	width:auto;
	height: 400px;
	}


.pageTitle {
    color:#6F6F6F;
    font-size:14px;
    font-weight:bold;
}

div.productSelectionBox
{
    border-style: solid;
    border-width: 1px;
    border-color: #838383;
    width: 100%;
    height: 360px;
    margin-right: 7px;
    position: relative;
    left: 0px;
    right: 0px;
    overflow: scroll;
    padding: 0px !important;
}


fieldset.productFilterList
{
    width: 640px;
}


div.loaderWindow
{
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    width: 200px;
    height: 90px;
    display: none;
    margin-left: -100px;
    margin-top: -50px;
    padding-top: 10px;
    
    background-color: #ffffff;
    
    border: 1px solid #838383;
    
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    
}

div.addProductForm div.productFilterElement
{
    background-color: #F4F4F4;
    border-bottom: 1px dotted #DEDDDD;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    padding: 0 10px;
    width: auto;
}


a.adminPanelButtonLinkFloating
{
    display: inline-block;
    
    font-weight: bold;
    color: #FFFFFF !important;
    
    width: auto;
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #1761C7;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
    
    text-decoration: none;
    margin: 0px;
    margin-top: 2px;
    float: right;
}

img.button {
	cursor: pointer;
	}





/*** end of the adming panel styles ***/



/*** Product Page Styles ***/

div#productBox
{
    position: relative;
    left: 0px;
    top: 0px;
}

div#productBox a.editLink
{
    position: absolute;
    left: 280px;
    top: 2px;
}


div#productBox a.editLink img
{
    border-style: none;
}

span.productNameBox
{
    color:#1761C7;
	font-size:24px;
}


span.productDescriptionBox
{
    padding: 15px 0px 15px 70px; 
    display: block; 
    width: 270px;
	float: left;
}

span.productAdditionalData
{
    border-bottom: 1px dotted #DEDDDD;
    padding: 15px 0pt; 
    display: block; 
    width: 300px;
}


a.additionalProductVersion
{
    display: block;
    padding-left: 50px;
    color: #6F6F6F;
    text-decoration: none;

}

span.productDescriptionBox p
{
    margin-top: 0px;
}


span.productDescriptionBox p a
{
    text-decoration: none;
    color: #6F6F6F;
}

span.productDescriptionBox p a:hover
{
    text-decoration: underline;
}

span.price
{
    font-weight: bold;
    font-size: 16px;
    color: #1761C7;
}


a.cartAdder
{
    
    display: block;
    height: 14px;
    background-image: url( "img/cartButtonBack.gif" );
    width: 104px;
    border: 1px solid #102343;
    color: #FFFFFF;
    text-decoration: none;
}


a.cartAdder img
{
    border-style: none;
    float: right;
}

a.cartAdder span
{
    padding-left: 12px;
}


a.cartLink
{
    font-weight: bold;
    color: #112446;
}
/*** end of the product page styles ***/

/*** cart style ***/

div.cartMessage
{
    color: #1761C7;
    padding-left: 20px;
    padding-bottom:20px;
    font-weight: bold;
    text-transform: uppercase;
    width:600px;
    

}

div.cartConfirmationBox
{
	color:#1761C7;
    clear: both;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
}



div.cartConfirmationBox input
{
    background-color:#1761C7;
/*    background-image:url();*/
    border-style:none;
    color:#FFFFFF;
    font-family:"Tahoma",sans-serif;
    font-size:11px;
    font-weight:bold;
    height:22px;
    min-height:22px;
    min-width:85px;
    width: auto !important;
    width:85px;
}

/** end of the cart styles ***/





span.standardTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #6F6F6F;
}



/***  order admin styles ***/

div.orderInfo
{
/*    height: 100px;*/
    padding: 5px;
    background-color: #ffffff;
    
    
    position: relative;
    top: 0px;
    left: 0px;
    
    margin-top: 20px;
    margin-bottom: 20px;
    
    border-width: 1px;
    border-color: #EBEBEB;
    border-style: solid;
    
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}


div.orderInfoID
{
    padding-top: 5px;
    padding-left: 20px;
    color: #6F6F6F;
    font-weight: bold;
    
}


div.orderInfoDate
{
    float: right;
    padding-top: 5px;
    padding-right: 20px;
    color: #6F6F6F;
    font-weight: bold;
    
}


div.orderInfoState
{
    padding: 20px;

}


div.orderAddressDetails
{
    width: 230px;
    float: right;
}


div.orderAddressDetails div
{
    padding-left: 15px;
    
}

div.orderAddressDetails div span
{
    font-weight: bold;
    
}

div.orderAddressDetails div.addressTitle
{
    font-weight: bold;
    color: #6f6f6f;
    padding-left: 0px;
}


div.orderProductDetails
{   
    padding-left: 20px;
}

div.orderProductDetails div
{   
    padding-left: 15px;
}

div.orderProductDetails div.orderDetailTitle
{
    font-weight: bold;
    color: #6f6f6f;
    padding-left: 0px;
}


div.orderProductDetails ul
{
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 10px;
    margin-left: 15px;
    
}

div.orderProductDetails div span
{
    font-weight: bold;
    
}


a.orderDetailFoldingButton
{
    display: block;
    padding-left: 20px;
    padding-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #1761c7;
    outline-style: none;
}


div.promotionBox label
{
    margin-left: 0px !important;
}

div.gallery_thumb
{
	width:160px;
	height:100px;
	line-height:100px;
	font-size:100px;
	vertical-align:middle;
	text-align:center;
	margin:5px;
	float:left;
	background-image: url(img/ramka.gif);
	background-position: center;
	background-repeat: no-repeat;
}

div.gallery_thumb img, div.gallery_thumb img 
{
	border: 0px;	
} 

div.gallery_thumb a
{
    outline-style: none;
}

img.newsExtractImage
{
    float: left; 
    margin: 10px 30px 10px 40px;
    border-style: solid;
    border-color: #264784;
    border-width: 2px;
/*    padding-top: 0;*/
}

div.newsExtractTitle
{
    margin-top: 13px;
    
    font-weight: bold;
}

div.newsExtractContent
{
    margin-top: 10px;
    margin-right: 30px;
}

div.newsExtractContent p
{
    display: inline;
}

div.newsExtractContent a
{
    color:  #ffffff;
}


div.newsExtractDate
{
    float: right;
    font-weight: normal;
    margin-right: 35px;
}
/* hair */
a.miniMenu 
{
	color:#9E9E9E;
	display:block;
	float:right;
	font-size:10px;
	margin:20px 30px 0 3px;
	position:relative;
	text-decoration:none;
	font-weight: bold;
}
a.miniMenu:hover
{
	color: #1761C7;
}

a#menuButton1 {
	background-image: url(img/home.gif);
	margin-left: 35px;
}
a#menuButton1:hover {
	background-image: url(img/home_on.gif);
}
a#menuButton2 {
	background-image: url(img/onas.gif);
}
a#menuButton2:hover {
	background-image: url(img/onas_on.gif);
}
a#menuButton3 {
	background-image: url(img/promocje.gif);
}
a#menuButton3:hover {
	background-image: url(img/promocje_on.gif);
}
a#menuButton4 {
	background-image: url(img/kontakt.gif);
}
a#menuButton4:hover {
	background-image: url(img/kontakt_on.gif);
}

a.menuButton 
{
	float:left;
	height:30px;
	margin-right:1px;
	padding:0;
	position:relative;
	width:147px;
}

div#menuAreaBottom {
	float:right;
	width: 660px;
	height: 32px;
	margin: 0;
	padding: 0;
}

div#inBasket {
	height:15px;
	margin:0;
	padding:15px 0px 10px 0px;
	text-align:center;
	width:200px;
	float:left;
}

a.historyLink:hover 
{
	text-decoration:underline;
}
a.historyLink 
{
	color:#9E9E9E;
	display:block;
	float:left;
	font-size:10px;
	margin:0 5px;
	position:relative;
	text-decoration:none;
}

div.arrow 
{
	background-image:url(img/arrow.gif);
	float:left;
	height:11px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:2px;
	width:11px;
}
div#contentTop {
	background-image:url(img/contentTop_bg.gif);
	height:auto;
	overflow:auto;
	margin:0;
	padding:0;
	width:880px;
	background-color:inherit;
	background-position: right top;
	background-repeat: no-repeat;
}

div#historyBar {
	border-bottom:1px solid #EBEBEB;
	height:22px;
	padding:8px 0px 0px 10px;
	width:670px;
	float:left;
	position:relative;
}
div#menuLeft 
{
	height:auto;
	overflow:auto;
	margin:0;
	padding:10px 0;
	width:200px;
}

div.leftStrip 
{	
	background-color:#EBEBEB;
	height:1px;
	margin:15px 0;
	overflow:hidden;
	width:200px;
}

a.menuLeftLink 
{
	background-color:#E0DFDF;
	color:#6F6F6F;
	display:block;
	font-weight:bold;
	height:14px;
	padding:0 0 0 30px;
	text-decoration:none;
	width:150px;
}

a.menuLeftLinkSub 
{
	background-color:#E0DFDF;
	color:#6F6F6F;
	display:block;
	font-size:10px;
	height:12px;
	margin:5px 0;
	padding:0 0 0 40px;
	text-decoration:none;
	width:160px;
}

a.menuLeftLink:hover {
	color: #1761c7;
}
a.menuLeftLinkSub:hover {
	background-image: url(img/menuLeftLinkSub_bg.gif);
	color: #1761c7;
}
div#account {
  width: 16px;
  height: 16px;
  float: right; 
  position: relative;
  background-image: url(img/account.gif);
  margin-top: 18px;
}
div#cart2 {
  width: 16px;
  height: 16px;
  float: right; 
  position: relative;
  background-image: url(img/cart2.gif);
  margin-top: 18px;
}
div#finalize {
  width: 16px;
  height: 16px;
  float: right; 
  position: relative;
  background-image: url(img/finalize.gif);
  margin-top: 18px;
}
a.newslink {
	display: block;
	margin: 20px;
	color: #1761C7;
	font-weight: bold;
	text-decoration: none;
}
a.newslink:hover {
	text-decoration: underline;
}

div.icoConteiner {
	width: 290px;
	height: auto;
	overflow: auto;
	display: block;
	margin: 0 0 20px 0;
	float: right;
	clear: both;
}
div.icoConteiner img{
	float: left;
	margin: 5px 5px 0px 0px;
	width: 30px;
	height: 30px;
}
a {
	outline-style: none;
}
