﻿* {margin:0;padding:0;}

body 
{
	font:11pt Tahoma, Verdana, serif; 
	line-height:1.3em; 
	color:#444444;
	background:#F78F1E;
	background-image:url(../../Assets/images/bg.gif);
	background-repeat:repeat-x;
}

#wrap
{
	width: 985px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
    background-color:#FFFFFF;
}
	
#contentMain
{
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	width: 100%;
	
}

#content
{
	padding-bottom: 150px;
}
	
* html #wrap
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;

}
a img {border:none;}
 
p {margin:10px 0 5px 0;}

/* Header */
#header 
{
	padding:0;
	
}
#header #logo 
{
	width:100%;
	margin:0 auto;
	padding:0;
	background-image:url(../../Assets/images/logo.png);
	background-repeat:no-repeat;
	height:141px;	
	background-color: #ee3224;
	background-position:center;
	
}
#header #menu
{
	width:100%;
	margin:0 auto;
	padding:0;
	background:#002C69;
	color:#ffffff;
}


/* Content Area */



legend
{
	font-weight:bold;
}



#content h1
{
	font-size: 1.65em;
	margin: 0;
	padding: 0;
	color: #333300;
	line-height: 1.1em;
}

#content h2 {font-size:1.2em;
	margin:15px 0 10px 0;
	color:#7A0A17;}

#content h3 {font-size:1.1em;font-weight:normal;
	margin:15px 0 10px 0;
	color:#7A0A17;}

#content pre {font-family:Verdana, Arial, sans-serif;
	margin:15px 0 15px 0;
	line-height:0.9em;
	font-size:0.9em;
	color:#010ACE;}

#content ul {list-style:square;
	margin:10px 0 10px 20px;
	list-style-position:inside;}
#content li {line-height:1.2em;
	font-size:0.9em;}

#content #list {width:200px;float:left;}
#content #screenshots {width:200px;float:right;padding-top:15px;}

#content #screenshots p {margin:5px 0 0 0;font-size:0.8em;}


/* Footer */
#footer 
{
	color:#ffffff;
	font-size:11px;
	text-align:center;
	font-family:Tahoma, Verdana, sans-serif;
	width:100%;
}

#footer2 
{
	background: #FFFFFF;
	text-align:center;
	width: 920px;
	margin: 0 auto;
}

#footer3 
{
	background: #002C69;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	font-family:Tahoma, Verdana, sans-serif;
}

#footer a, #footer2 a {color:#ffffff;
	text-decoration:underline;}
#footer a:hover, #footer2 a:hover {color:#804249;
	text-decoration:underline;}
#footer a:visited, #footer2 a:visited  {color:#ffffff;
	text-decoration:underline;}

#pagename
{
	padding-left:10px;
	padding-right:10px;
	margin-top:2px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
	background-color:Red;
	color:White;
	font:11pt Tahoma, Verdana, serif; 
	font-weight:bold;
}
#Breadcrumb
{
	margin-top:2px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
	font:11pt Tahoma, Verdana, serif; 
}

.thumbnailBox
{
	border-style:dotted;
	border-width:1px;
	padding:10px;
	width:100px;
}
.dxmMenu, .dxmMenuItem, .dxmSubMenuGutter , .dxmSubMenu, .dxmSubMenuItemWithImageWithPopOutImage
{
	background-color:#002C69;
	border-color:#002C69;
}

.dxmMenuItemSelected, .dxmSubMenuItemSelected, .dxmSubMenuItemSelectedWithImage, .dxmSubMenuItemSelectedWithPopOutImage
{
	background-color:#F78F1E;
}

.dxmMenuItemHover, .dxmSubMenuItemHover, .dxmSubMenuItemHoverWithImage,.dxmSubMenuHoverItemSelectedWithImage, .dxmSubMenuHoverItemSelectedWithPopOutImage, .dxmSubMenuItemHoverWithImageWithPopOutImage
{
	background-color:#009FEC;
}

/* */

.portlet
{
    padding-top: 5px;
}

.x-portlet .x-panel-body {
    /*background: transparent;*/
}
.x-panel-body
{
    background: transparent;
}
.product-model
{
    font-size: 11px;
}

/* Category Dataview */

.images-view .x-panel-body
{
    background: transparent;
    text-align: center;
    padding: 15px;
}

.images-view .thumb
{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

    
.images-view .product-wrap
{
    float:left;
    margin: 10px;
    padding: 5px;
    width: 170px;
    height: 200px;
    text-align:center;
}
    
.images-view .thumb-wrap
{           
    height: 120px;
    width: 100%;
    position: relative;
}
.images-view .product-wrap span
{
    display: block;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    font-size: 12px;
    font-style:normal;
    
}
.images-view .x-view-over
{
    border: 1px solid #dddddd;
    background: #efefef;
    padding: 4px;
    cursor: pointer;
}
.images-view .x-view-selected
{
    background: #eff5fb;
    border: 1px solid #dddddd;
    padding: 4px;
}
.images-view .x-view-selected .thumb
{
    background: transparent;
}
.images-view .loading-indicator
{
    font-size: 11px;
    padding-left: 20px;
    margin: 10px;
}
