/* veho sitewide common CSS */

.navigation
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
}
.navigation_small
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
}
.navigation_small A:link
{
	text-decoration: none;
}

.navigation_small A:hover
{	/* main */
	text-decoration: none;
	color: #4b7ea3;
}

.navigation_small A:hover
{	/* shop */
	text-decoration: none;
	color: #ff6600;
}

.product_categories
{
	font-family: Trebuchet MS;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.product_headings
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

#topmenu
{
	/*background-color: black;*/
	background-image: url('../images/banner_veho.png');
	height: 92px;
}
#topmenu_lifestyle
{
/*	background-color: #1f1e23; */
	background-image: url('../images/banner_lifestyleshop.png');
	height: 107px;
	margin-top:0px;
}
.topmenu_lifestyle_text
{
	position:relative;
	top:550px;
}

#body
{
	padding: 10px;
}

a.supportmenu
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.supportmenu:hover
{
	color: #4b7ea3;
}

a.topmenu
{
	color: blue;
	text-decoration: none;
	font-size: 10px;
}

a.topmenu:hover
{
	color: white;
	text-decoration: underline;
}
a.topmenu_direct
{
	color: gray;
	text-decoration: none;
}

a.topmenu_direct:hover
{
	color: red;
	text-decoration: underline;
}

a.catmenu
{
	color: black;
	text-decoration: none;
}

a.catmenu:hover
{
	color: green;
	text-decoration: underline;
}

a img
{
	border:0px;
}

.lifestyleshop_banner
{
}

h1
{
	margin-top: 0px;
	padding-top: 0px;
	color: #4b7ea3;
}
body
{
	margin-top: 0px;
	padding-top:0px;
}

td.box_top_left
{
	background-image: url('../images/box_top_left.png');
	background-repeat: repeat-y;
	width:5px;
	height:5px;
}
td.box_top_right
{
	background-image: url('../images/box_top_right.png');
	background-repeat: repeat-y;
	width:5px;
	height:5px;
}

td.box_top
{
	background-image: url("../images/box_top.png");
	background-repeat: repeat-x;
	height: 5px;
}

.box_left
{
	background-image: url('../images/box_left.gif');
	background-repeat: repeat-y;
}
.box_right
{
	background-image: url('../images/box_right.gif');
	background-repeat: repeat-y;
}
.box_bottom_left
{
	background-image: url('../images/box_bl.gif');
	background-repeat: repeat-y;
}
.box_bottom_right
{
	background-image: url('../images/box_br.gif');
	background-repeat: repeat-y;
}
.box_bottom
{
	background-image: url('../images/box_bottom.gif');
	background-repeat: repeat-x;
}

.bold
{
	font-weight: bold;
}

.mandatory
{
	color:red;
}
img a.quiethyperlink
{
	border: 0px;
}

.outofstock
{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: red;
	text-decoration: none;
}

hr 
{
	height: 0; 
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: black; 
}

#linkbanner
{
	position:absolute;
	top:93px;
	left:200px;
	width:943px;
	height:255px;
}

#header
{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 300px;
	height:90px;
	cursor:pointer;
}

.veho_margin_right
{
padding-right: 22px;
}