html, body, div {
     margin: 0 0 0 0;
}


html, body {
    height: 100%;
    overflow: auto;
	font-family:arial, helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
}

a {
    text-decoration:none;
    color:#909090;
    }
a:active
{
    outline: none;
}

a:focus
{
    -moz-outline-style: none;
}   
 
body {
	background-color:#141416;
	background-image:url(imgs/backgrounds/bkg.jpg);
	background-repeat:no-repeat;
	background-position:top center;

	position:relative;
	}
	
img {
	border:none;
	}
		
div#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	}	
	
	
div#fixed {
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-442px;
	width:189px;

	}	
	


div#center {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
div#centerM {
		width:198px;
		height:20px;
		float:left;
		}

div#content 	{
	width:577px;
	float:left;
	}

div#mainBox {
	width:547px;
	}

div#mainBkg {
	width:563px;
	float:left;
	}
	
div#logo	 {
	width:172px;
	height:58px;
	background-image:url(imgs/logo.gif);
	background-position:top left;
	background-repeat:no-repeat;	
    display:block;
	}

  .overlabel label {
        color:#999999;
        cursor:text;
        left:10px;
        position:absolute;
        top:3px;
    }    
    
div#search {
margin-top:15px;
	}
	
input.searchInput {
float:left;
background-color:#141416;
border:none;
color:#FFFFFF;
font-size:11px;
width:118px;
height:17px;
padding-left:10px;
}	

input.searchInput:hover {
	background-color:#000;
	}

a#searchButton {
	float:left;
	background-image:url(imgs/search.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:41px;
	height:19px;
	cursor:pointer;
    display: block;
	}

a#searchButton:hover {
	background-position: -41px;
	}
	
div#menu{
	margin-top:52px;
	}
	

	
	
div.menuButton {
	width:170px;
	height:30px;
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
	
div.menuButton:hover {
	background-position: -170px 0px;
	}	


div.one {
	background-image:url(imgs/menu_01.jpg);		
	}
	
div.two {
	background-image:url(imgs/menu_02.jpg);		
	}

div.three {
	background-image:url(imgs/menu_03.jpg);		
	}

div.four {
	background-image:url(imgs/menu_04.jpg);		
	}

div.five{
	background-image:url(imgs/menu_05.jpg);		
	}

div.six {
	background-image:url(imgs/menu_06.jpg);		
	}	

div.menuHelp {
	background-image:url(imgs/menuhelp.jpg);	
	}
	
div.title {
	margin-left:8px;
	padding:5px;
	font-weight:bold;
	color:#e11416;
	float:left;
	}
	
/* Menu */
ul#filters {
	height:26px;
	width:547px;
	
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	background-image:url(imgs/bkgtop.gif);
	background-position:top left;
	background-repeat:no-repeat;
    
    list-style: none;
    list-style-image: none;
    list-style-type:none;    
    left: 0;
    padding:0;
    margin: 0;
	}

li.filter {
	/*float:right;*/
    float:left;
	height:26px;
	margin-right:8px;
	color:#c8c8c8;
	cursor:pointer;
	padding-right:7px;
	padding-left:7px;
    position: relative;
    list-style: none;
    list-style-image: none;
    list-style-type:none;    
    left: 0;
	}
	
div#filterMarginRight {
	float:right;
	width:30px;
	height:15px;
	}	
	
li.filter:hover {
	color:#fff;
	background-color:#000;
	}
	
	
.filterSelected {
	background-color:#000;
	}

a.filterText {
	margin-top:5px;
	float:left;
	}

span.filterArrow	{
	color:#e11416;
	}
	
	
div.product {
	width:173px;
	height:220px;
	float:left;
	margin-right:14px;
	margin-top:15px;
	margin-bottom:18px;
	cursor:pointer;
	z-index:1;
	}
	

	
/*
div.product:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;

	}	*/
	
div.picPadding {
	width:20px;
	height:5px;
	}

div.pic {
	width:167px;
	height:167px;
	background-color:#fff;
	text-align:center;
    /*border: 2px solid transparent;*/
    border: 3px solid #fff;
	}
img.pic {
    width:163px;
 /*   height:173px;*/
    border:none;
    }
div.pic:hover {
	/*background-color:#e11416;*/
    border: 3px solid #e11416;

	}
img.ProductPic {
    width:190px;
 /*   height:173px;*/
    border:none;
    }	
div.productInfo {
	background-color:#e8e8e8;
	height:66px;
	margin-top:1px;
/*	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9; */
	}
	

div.priceAndDelivery {
	width:171px;
	height:20px;
	}
	
div.priceWrap {
	width:60px;
	height:20px;
	float:left;
	}
	
div.price {
	text-transform:none;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color:#000;
	padding-top:2px;
	padding-bottom:2px;
	}
	
div.delivery {
	float:right;
	margin-top:2px;
	margin-right:4px;
	color:#6d6d6d;
	font-size:9px;
	}

a.name {
    vertical-align:text-top;
	font-size:11px;
	font-weight:normal;
	color:#ff0000;
	margin-left:7px;
    display:block;
	}
	
a.name:hover {
    vertical-align:text-top;
	color:#000;
    display:block;
	}

div#paging {
	text-align:center;
	margin-top:14px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px #272729 solid;
	background-color:#353535;
	width:547px;
	float:left;
	
	}
	
a.pagingNormal {
	text-decoration:none;
	color:#909090;
	}
	
a.pagingNormal:hover {
	text-decoration:none;
	color:#fff;
	}	
	
a.pagingSelected {
	text-decoration:none;
	color:#fff;
	}		
	
div#footer {
	width:547px;
	background-color:#212121;
	clear:both;
	height:50px;
	border-bottom:1px #e11416 solid;
	}	
	

a#footerLogo {
	width:30px;
	height:33px;
	background-image:url(imgs/logoFooter.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-left:14px;
	margin-top:5px;
	cursor:pointer;
    display:block;
	}
	
a#cardsFooter {
	margin-top:14px;
	background-image:url(imgs/footer_cards.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:200px;
	height:35px;
	float:left;
	margin-left:15px;
	cursor:pointer;
    display:block;
	}	
	
	
div#copyrights{	
	color:#909090;
	float:right;
	margin-top:16px;
	margin-right:14px;
	}
/*	
div#Wrap {	
	float:left;
	height:0px;
	width:520px;
	margin-left:8px;
	

	}
	
	
	
div#dropdown {
	position:relative;
	width:530px;
	background-color:#000;
	float:left;
	z-index:9001;
	color:#fff;
	visibility:hidden;
	}
	
div.dropColumn {
	width:130px;
	float:left;
	}
	
div#dropMargin {
	width:8px;
	height:20px;
	float:left;
	}	
	
div.dropHead {
	color:#e11416;
	width:120px;
	font-weight:bold;
	margin-top:8px;
	border-bottom:1px dotted #2d2d2d;
	cursor:pointer;
	}
	
div.dropList {
	width:120px;
	margin-top:5px;
	cursor:pointer;
	}	
	
div.dropList:hover {
	color:#e11416;
	background-image:url(imgs/drophover.jpg);
	background-position:top right;
	background-repeat:no-repeat;	
	}		

div#dropFooter {
	width:560px;
	height:20px;
	float:left;
	}
*/

/*Filter Menu classes*/
div#dropdownWrap {    
    float:left;
    height:0px;
    width:520px;
    display:none;
    }
  
div#dropdown {
    position:relative;

    background-color:#000;
    float:left;
    z-index:9001;
    color:#fff;
    top: 25px;
    left: 0;
    padding-left: 10px;
    margin: 0;     
    height: auto;
    /*width: 500px;*/
    position: absolute;
    display: none;
    }
    
ul.dropColumn {
    width:120px;
    float:left;
    top:0;
    list-style: none;
    list-style-image: none;
    list-style-type:none;    
    left: 0;
    padding: 0px;
    margin: 0; 
    }
    
div#dropMargin {
    width:8px;
    height:20px;
    float:left;
    }    
div.dropHead{
    margin:0px;
    padding:0px;
    color:#e11416;
    width:120px;
    font-weight:bold;
    margin-top:px;
    border-bottom:1px dotted #2d2d2d;
    cursor:pointer;
/*    height: 16px;  */
    margin-top:8px;
    }
div.dropHead a {
    color:#e11416;
    }
    
li.dropHead{
    margin:0px;
    padding:0px;
    color:#e11416;
    width:120px;
    font-weight:bold;
    margin-top:px;
    border-bottom:1px dotted #2d2d2d;
    cursor:pointer;
/*    height: 16px;  */
    margin-top:8px;
    }
li.dropHead a {
    color:#e11416;
    }
    
li.dropList{
    margin:0px;
    padding:0px;
    width:120px;
    margin-top:5px;
    cursor:pointer;
    height: 16px;
    }    
    
li.dropList a:hover{
    color:#e11416;
    margin:0px;
    padding:0px;
    background-image:url(imgs/drophover.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    display:block;
    height: 16px;    
    }


div#dropFooter {
    width:120px;
    height:20px;
    float:left;
    }

	
/*

ÃÂÌ˛ Á‡ Ï‡ÍËÚÂ ÓÚ‰ˇÒÌÓ Ì‡ Ò˙‰˙Ê‡ÌËÂÚÓ.
	
div#brands {
	float:left;
	width:80px;
	height:300px;
	}
	
div#brandsMargin {
	height:69px;
	width:40px;
	}
	

	
div#brandsUp {
	height:14px;
	width:80px;
	background-image:url(imgs/brandsup.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	
	}
	
div#brandsUp:hover {
	background-position: -80px 0px;
	}	

div#brandsDown {
	height:14px;
	width:80px;
	background-image:url(imgs/brandsdown.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	}	
	
div#brandsDown:hover {
	background-position: -80px 0px;
	}		

div#brandsImgs {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-top:1px;
	margin-bottom:1px;
	}

*/	

div#brands {
	width:547px;
	height:50px;
	overflow:hidden;
	margin-bottom:1px;
	}
	
div#brandsMargin {
	height:1px;
	width:40px;
	}
	

	
div#brandsRight {
	float:left;
	height:50px;
	width:13px;
	background-image:url(imgs/brand_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
	cursor:pointer;	
	}
	
div#brandsRight:hover {
	background-position: -13px 0px;
	}	

div#brandsLeft {
	float:left;
	height:50px;
	width:13px;
	background-image:url(imgs/brand_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;		
	}	
	
div#brandsLeft:hover {
	background-position: -13px 0px;
	}		
div#brandsImgs {
    float:left;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    margin-left:1px;
    margin-right:1px;
    overflow:hidden;
    width:519px;
    background-color:#1b1b1b;
    height: 50px;
    white-space: nowrap;
    }
/*start*/    
a#brandsRight {
    float:left;
    height:50px;
    width:13px;
    background-image:url(imgs/brand_right.jpg);
    background-position:top left;
    background-repeat:no-repeat;    
    cursor:pointer;    
    display:block;        
    }
    
a#brandsRight:hover {
    background-position: -13px 0px;
    display:block;        
    }    




a#brandsLeft {
    float:left;
    height:50px;
    width:13px;
    background-image:url(imgs/brand_left.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;        
    }    
    
a#brandsLeft:hover {
    background-position: -13px 0px;
    display:block;
    }        

    
li#brandsImgs {
	float:left;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-left:1px;
	margin-right:1px;
	overflow:hidden;
	width:519px;
	background-color:#1b1b1b;
    display:block;	
	}
/* end*/
	
/*img.brandImg {
	display:block;
	padding:0 3px 0 3px;
	}*/

a.brand {
    display: inline-block;
	cursor:pointer;
	}
a.brand img {
    border: none;
    margin:  0 3px;
}
	
a.brand:hover	{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
		
	
/*  ÛÔÛ‚‡ÌÂ Ì‡ ÔÓ‰ÛÍÚ */

div#productPage {
	width:547px;
	background-color:#fff;
	float:left;
	margin:30px 0 1px 0;
	min-height :350px;
	}

a#pBack{
	font-size:9px;
	width:519px;
	margin-left:14px;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:1px #c0c0c0 solid;
	background-color:#fff;
	cursor:pointer;
	color:#999999;
    display:block;
	}

a#pBack:hover {
	color:#e11416;
	border-color:#e11416;
    display:block;
	}
a#pReturn{
    font-size:9px;
    background-color:#fff;
    cursor:pointer;
    color:#999999;
    display:block;
}

a#pReturn:hover {
    color:#e11416;
    border-color:#e11416;
    display:block;
}

div#pMain {
	width:519px;
	margin-left:15px;
	background-color:fff;
	
	}
	
div#pPriceAndPic {
	width:200px;
	float:left;
	border-right:1px dotted #000;
	margin-right:14px;
	height:300px;
	}
	
div#pPriceMargin {
	width:135px;
	height:5px;
	float:left;
	}

div#pPrice {
	float:left;
	width:65px;
	font-size:12px;
	text-transform:none;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color:#000;
	padding-top:2px;
	padding-bottom:2px;\
	}

div#pPic {
	width:200px;
	height:200px;
	}

div#pTitle {
	font-weight:bold;
	font-size:12px;
	color:#e11416;
	margin-bottom:6px;
	}

div#pDescription {
	text-transform:none;
	font-size:11px;
	margin-bottom:10px;
    text-align: justify;
	}

div#pButtons {
	width:110px;
	height:110px;
	float:left;
	margin-left:10px;
	margin-top:49px;
	}
	
div#pBuyAndHelp {
	float:left;
	}
	
div#pHelp {
	margin-top:24px;
	width:150px;
	padding:8px 13px 8px 13px;
	background-color:#e9e9e9;
	text-transform:none;
	font-size:11px;
	color:#606060;
	float:left;
    text-align: justify;
	}

a#pBuy {
	height:29px;
	width:107px;
	background-image:url(imgs/order.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
    display:block; 
	}
	
a#pBuy:hover {
	background-position:-107px;
    display:block; 
	}

a.pButton {
	height:16px;
	width:107px;
	background-image:url(imgs/pbutton.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	text-transform:none;
	color:#fff;
	text-align:center;
	margin-top:3px;
    display:block; 	
	}
	
a.pButton:hover {
	background-position:-107px;
    display:block; 
	}
	
/* dropdown Á‡ ÒÚ‡ÌËˆ‡Ú‡ Á‡ ÍÛÔÛ‚‡ÌÂ Ì‡ ÔÓ‰ÛÍÚ */

div#pDropdownWrap {	
	float:left;
	height:0px;
	width:507px;
	
	}
	
	
	
div#pDropdown {
	position:relative;
	width:507px;
	height:300px;
	background-color:#f8f8f8;
	float:left;
	z-index:9001;
	border:1px #e5e5e5 solid;
	overflow:auto;
	
	}
	
div#pDropdownContent {
	width:460px;
	margin-left:10px;
	}
	
h1.pDropHead {
	font-size:12px;
	font-weight:bold;
	color:#e11416;
	}
	
div.dText {
	text-transform:none;
	font-size:12px;
	color:#000;
	}
	
div.dImg {
	border:1px #2b2b2b solid;
	margin:14px 0 14px 0;
	}


	
li {
	text-transform:lowercase;
	font-size:12px;
	}
	
div#pDropdownClose{
	color:#fff;
	cursor:pointer;
	padding:2px 1px 2px 1px;
	width:50px;
	background-color:#b2b2b2;
	text-align:center;
	font-size:9px;
	}

div#pDropdownClose:hover {
	color:#b0b0b0;
	background-color:#454545;
	}
	
/* ÙÓÏÛÎˇ Á‡ ÔÓ˙˜Í‡ */	

div#orderDropdownWrap {	
	float:left;
	height:0px;
	width:507px;
	
	
	}
	
	
	
div#oDropdown {
	position:relative;
	
	background-color:#2d2d2d;
	float:left;
	z-index:9001;
	border:1px #000 solid;
	overflow:auto;
	padding-bottom:20px;
	padding-right:10px;
	
	}
	
div#oDropdownContent {
	
	margin-left:10px;
	
	}
	
	
div#oText {
	text-transform:none;
	font-size:12px;
	color:#fff;
	}
	
	
div#oDropdownClose{
	color:#fff;
	cursor:pointer;
	padding:2px 1px 2px 1px;
	width:50px;
	background-color:#000;
	text-align:center;
	font-size:9px;
	
	}

div#oDropdownClose:hover {
	color:#b0b0b0;
	background-color:#454545;
	}
	
/* —Ú‡ÌËˆ‡ Á‡ ÒÔÓÚÓ‚ÂÚÂ */

div#sMarginTop {
	width:50px;
	height:15px;
	}
	
div#SportsPage {
	width:547px;
	background-color:#2d2d2d;
	float:left;
	padding-top:15px;
	}

div.sColumn {
	width:165px;
	margin-left:14px;
	float:left;
	}
	
div.sImg {
	width:32px;
	height:32px;
	float:left;
	}



div.sListWrap {
	float:left;
	}
	
div.sHead {
	font-weight:bold;
	color:#e11416;
	border-bottom:1px #e11416 solid;
	margin-bottom:8px;
	width:128px;
	}
	
div.sList {
	color:#ddd;
	margin-bottom:4px;
	cursor:pointer;
	widtH:128px;
	}	
	
div.sList:hover {
	color:#e11416;
	}

div.sListWrap {
	margin-bottom:15px;
	}


div#ContactUsPage {
	width:547px;
	background-color:#2d2d2d;
	float:left;
	margin:0 0 1px 0;
	height:350px;
	}	
div#AboutUsPage {
    width:547px;
    background-color:#fff;
    float:left;
    margin:0 0 1px 0;
    }    


div#PaymentPage    {
    width:547px;
    background-color:#fff;
    float:left;
    margin:0 0 1px 0;
    }    

div#contactWrap{
	margin-left:40px;
	}
		
div#contactText	{
	margin-top:14px;
	margin-left:20px;
	width:190px;
	float:left;
	}
	
div#contactMail {
	margin-top:14px;
	float:left;
	}

div#contactBorder {
	height:300px;
	width:1px;
	float:left;
	background-color:#000;
	}	
	
div#contactMargin {
	height:30px;
	width:24px;
	float:left;
	}
div#contInputWrap {
float:left;
}
	
div#contact {
	height:300px;
	width:200px;
	float:left;
	}	
	
	
span.contactProperty {
	color:#545a56;
	font-size:9px;
	}

span.contactValue {
	color:#ddd;
	font-size:12px;
	text-transform:none;
	}	
	
a.mailLink  {
	color:#b7e6eb;
	font-size:12px;
	}
	
a.mailLink:hover {
	color:#fff;
	}	
nput.contacts {
    width:200px;
    background-color:#141416;    
    border:none;
    color:#fff;
    font-size:11px;
    border:1px #000 solid;
    margin-top:1px;
    }
    
input.contacts:hover {
    background-color:#000;
    }    
    
input.contacts:focus {
    background-color:#000;
    border-color:#e11416;
    }        
textarea.contacts {
    width:200px;
    background-color:#141416;    
    border:none;
    color:#fff;
    font-size:11px;
    border:1px #000 solid;
    margin-top:1px;
    }
    
textarea.contacts:hover {
    background-color:#000;
    }    
    
textarea.contacts:focus {
    background-color:#000;
    border-color:#e11416;
    }
    	
input.contacts1 {
	width:200px;
	background-color:gray;	
	border:none;
	color:#fff;
	font-size:11px;
	border:1px #000 solid;
	margin-top:1px;
	}
	
input.contacts1:hover {
	background-color:gray;
	}	
	
input.contacts1:focus {
	background-color:gray;
	border-color:#e11416;
	}
input.contacts2 {
    width:50px;
    background-color:gray;    
    border:none;
    color:#fff;
    font-size:11px;
    border:1px #000 solid;
    margin-top:1px;
    }
    
input.contacts2:hover {
    background-color:gray;
    }    
    
input.contacts2:focus {
    background-color:gray;
    border-color:#e11416;
    }    
    		
textarea.contacts1 {
    width:200px;
    background-color:gray;    
    border:none;
    color:#fff;
    font-size:11px;
    border:1px #000 solid;
    margin-top:1px;
    }
    
textarea.contacts1:hover {
    background-color:gray;
    }    
    
textarea.contacts1:focus {
    background-color:gray;
    border-color:#e11416;
    }    	
input.inputBig {
	height:100px;
	overflow:auto;
	}	
	
#button_holder2 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b7e6eb; 
}

.btn2 a {
	font-size:9px;
	padding:4px 5px 2px; /*5px;*/
	float:left; 
	text-decoration:none;
	color:#fff;
	background-color:#000;
    display: :block;
}	

.btn2 a:hover {
	color:#fff;
	background-color:#e11416;

}

	
th {
	color:#fff;
	background-color:#2b2b2b;
	font-weight:normal;
	padding:5px 5px 5px 5px;
	text-align:left;
	}	
	
td{border-bottom:1px #2b2b2b dotted;
	border-right:1px #2b2b2b dotted;
	padding:4px 4px 4px 4px;
	text-align:center;
}



.td1{
	background-color:#e2e2e2;
	
	}	
	
.td0{
	background-color:#444;
	color:#fff;
	text-align:left;
	}	
	
.td01{
	background-color:#ccc;
	text-align:left;
	}	

.td02{
	background-color:#e2e2e2;
	text-align:left;
	}
	
a#twitter{	
	width:30px;
	height:33px;
	background-image:url(imgs/twitter.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-left:8px;	
	margin-top:3px;
	cursor:pointer;
    display:block;
}

a#skype{	
	width:30px;
	height:33px;
	background-image:url(imgs/skype.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-left:8px;	
	margin-top:3px;
	cursor:pointer;
    display:block;
}

a#facebook{	
	width:30px;
	height:33px;
	background-image:url(imgs/facebook.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-left:8px;	
	margin-top:3px;
	cursor:pointer;
    display:block;
}

div#BrandsPage {
	width:547px;
	background-color:#2d2d2d;
	float:left;
	}
	
div#bpBrands {
	background-color:#1b1b1b;
	text-align:center;
	width:547px;
	margin-bottom:14px;
	padding:14px 0 14px 0
	}	


	
img.bpImg {
	padding:5px 9px 5px 9px;
	cursor:pointer;
    border: 3px solid #1b1b1b;
	}

img.bpImg:hover {
	/*background-color:#e11416;*/
    border: 3px solid #e11416;
	}
	
div.oDropdownColumn {float:left;
	margin-right:14px;
	}	
	
	

	
	
	

