/* Handles the DIV Container for the external website view - This holds all the shop content */

* {
	padding: 0;
	margin: 0;
}


#WL_Commerce_Body
{
    background-image: url(/published/cs/css_images/MainBG.jpg);
	background-repeat: repeat-x;
	background-position: center -60px;
}

#WL_Container
{
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Container DIV for the shop header HTML section */
#WL_Container_Header
{
    background-color: Transparent;
}

/* Container DIV for the shop footer HTML section */
#WL_Container_Footer
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin-top: 15px;
	float: left;
	width: 100%;
}

/*Used as a container for the Primary Navigation output is enabled */

#ShopMain_WLCommerce_CategoryList {
	line-height: normal;
	text-align: left;
	 font-size:10px;
	/*min-height:200px;*/
}

#ShopMain_WLCommerce_CategoryList #navCurrent {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #DFDFDF;
	text-transform: uppercase;	/*background-image: url(../../css_images/back.gif);
	background-position: left -7px;*/
	text-indent: 22px;
}

#ShopMain_WLCommerce_CategoryList #navBack {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #257EC8;
	text-transform: none;
	background-image: url(http://www.ultrasporteu.com/Published/3/Resources/Images/Images2009/back.gif);
	background-position: left -7px;
	text-indent:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#ShopMain_WLCommerce_CategoryList #navCurrent a {
	margin-top: 20px;
}

#ShopMain_WLCommerce_CategoryList #navHome {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #85A9DA;
	text-transform: none;
	background-image: url(http://www.ultrasporteu.com/Published/3/Resources/Images/Images2009/home.gif);
	background-position: -8px -7px;
	text-indent:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* MAIN - MENU 0 */



#ShopMain_WLCommerce_CategoryList ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#ShopMain_WLCommerce_CategoryList li {
	padding: 0px;
	width: 192px;
	margin: 0;

}



#ShopMain_WLCommerce_CategoryList a
{
	display: block;
	color: #333333;
	text-decoration: none;
	text-indent: 22px;
	padding: 7px 5px 7px 7px;
	background-color: #DFDFDF;
	background-image: url(http://www.ultrasporteu.com/Published/3/Resources/Images/Images2009/rollover2.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#ShopMain_WLCommerce_CategoryList a:hover
{
	color: #257EC8;
	text-decoration: none;
	background-color: #CCCCCC;
	background-image: url(http://www.ultrasporteu.com/Published/3/Resources/Images/Images2009/rollover2.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	text-indent: 22px;
}
#ShopMain_WLCommerce_CategoryList   ul   ul  li a {
	display: block;
	color: #257EC8;
	text-decoration: none;
	text-indent: 22px;
	padding: 7px 5px 7px 7px;
	background-color: #FFFFFF;
	background-image: url(http://www.ultrasporteu.com/Published/3/Resources/Images/Images2009/rollover2.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#ShopMain_WLCommerce_CategoryList ul ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(http://www.ultrasporteu.com/Published/3/Resources/Images/Images2009/rollover2.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	text-indent: 22px;
}

.productNestedCat
{
    width:100%;
    border: solid 1px #eee;
    margin-bottom:10px;
}



#logoText {
	float: left;
	width: 300px;
	margin-top: 20px;
}
#telephone {
	float: right;
	text-align: right;
	margin-top: 10px;
}
.clear {
	clear: both;
}
.telephoneTxt {
	font-size: 26px;
	color: #257EC8;
}
#telephone a:link {
	color: #333333;
}
#navigationImage {
	width: 100%;
	float: left;
	height: 41px;
	margin-top: 10px;
}
#ShopMain_WLCommerce_CategoryList #navCurrent a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #DFDFDF;
	text-transform: uppercase;	/*background-image: url(../../css_images/back.gif);
	background-position: left -7px;*/
	text-indent: 22px;
}

#WLCommerce_MainView_ProductContent .productNestedCatePanel a:link {
	color: #257EC8;
	text-decoration: underline;
}
#WLCommerce_MainView_ProductContent .productNestedCatePanel h2 {
	color: #333333;
	font-size: 14px;
}

