.o-btn {
	width: 142px;
	float: left;
}

.l-btn {
	width: 143px;
	float: right;
}

.flexdropdownmenu, .flexdropdownmenu ul {
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: auto;
top: auto;
list-style-type: none;
background: none;
visibility: hidden;
display: none;
}

.flexdropdownmenu li{
position: relative;
border-bottom: 1px solid #a01721;
}

.flexdropdownmenu li a{
display: block;
width: 170px !important; /*width of menu (not including side paddings)*/
color: black;
background: #BE0B28;
color: #ffffff;
border-bottom: 0px solid black;
text-decoration: none;
padding: 5px 10px;
border-bottom: 1px solid #ffffff;
padding-left: 30px;
}

.flexdropdownmenu li ul li a{
display: block;
color: black;
background: #d82b47;
color: #ffffff;
border-bottom: none;
text-decoration: none;
padding: 5px 10px;
border-bottom: none;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px !important; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #d82b47;
}

.flexdropdownmenu li ul li a:hover, .flexdropdownmenu li ul li.selected>a{
background: #BE0B28;
}

.rightarrowclass{
position: absolute;
top: 7px;
left: 10px;
}

/*** IE 7 fixes ***/
.flexdropdownmenu {
width: 210px !important;
}
.flexdropdownmenu li ul{
width: 190px !important;
}
/*** End IE fixes ***/


/***** Sneaking this here as this file is used universally... shhh *****/

/* Error Message for US customers temporary August 2011 */

.msg {
	padding: 10px 20px;
	background: #FFEFEF;
	color: #181818;
	border: 1px solid #ff0000;
}

#container .content div.error h4.error {
	color: #ff0000;
	font-size: 20px;
	margin: 0px 0px 18px 0px;
}

#container .content div.error .center {
	text-align: center;
	font-size: 13px;
}

#container .content div.error p.center a {
	color: #ff0000;
}

input#orderProceed {
	padding-right: 5px;
}

div.green {
	background: #EFFFEF;
	border: 1px solid green;
	color: green;
}

#container .content div.green h4.green {
	color: green !important;
	font-size: 18px;
	margin: 0px 0px 12px 0px;
}
