/* 
================================
 Container Styles for DotNetNuke
 Created by iRAW Design
================================
*/   

.ModuleTitle_MenuContainer {
	margin: 0px;
	padding: 0px;
	height:5px;
	width:5px;
}

.container {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #2d2d2d;
	border: 1px solid #202020;
	padding: 10px;
}

.admincontainer {
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #2d2d2d;
	border: 1px solid #202020;
}

.containernobackground {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #202020;
}

.containerslideshow {
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.containerblackcorners{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #000000;
	border: 1px solid #202020;
	padding: 10px;
}

.containerheader {
	height: 25px;
}

.containertitle{
	float: left;
}


.Head {
	color: #ff9900;
	text-align: left;
}

.SubHead {
	color: #c8c7c7;
	text-align: left;
}

.SubSubHead {
	color: #c8c7c7;
	text-align: left;
}

.NormalBold  {
	color: #c8c7c7;
}

.containeractions {
	float: right;
	width: 10px;
	height: 0px;
	text-align: left;
}

.containercontent {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.containercontentslideshow {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.containerfooter{
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
}

.contaioneredit {
	float: right;
}

.contaionerproperties {
	float: right;
}

.Normal,.NormalDisabled , .p {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #c8c7c7;
	line-height: 150%;
}

a:link {
	text-decoration: none;
	color: #c8c7c7;
}

a:hover {
	text-decoration: none;
	color: #ff9900;
}

a:visited {
	text-decoration: none;
	color: #c8c7c7;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/ 
	height: 20px;	
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	height: 20px;
	font-weight: bold; 
	font-style: normal;
    white-space: nowrap;  /*Word wrapping menu item now optional*/

}

.ModuleTitle_MenuIcon {
	background-color: #EEEEEE; 
	width: 10px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu {
	border: #696969 1px solid;
	z-index: 1000; 
	background-color: #FFFFFF; 
	padding: 0px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuItemSel {
	border: white 0px solid;
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-weight: bold; 
	font-style: normal;
	background-color: #989898;
}

.SkinObject {
    font-weight: normal;
    color: #9f9f9f;
    font-family: Verdana, Arial, Helvetica; 
    text-decoration: none;
}

.SkinObject a:link {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:visited {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:hover {color:#d1cfcf; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:active {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}




.wheelwrapper {
                Width: 600px;
                Height: 100%;
}

.cell {
                Float: left;
                Width: 150px;
}


.wheelsdetailwrapper {
                Width: 100%;

}

