﻿body
{
	background: url(../img/blue-gradent-blank.jpg) #fff repeat-x left top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.custom_MainTable
{
	width: 980px;
	height: 700px;
	border: #949494 1px solid;
	background: white;
}
/*=====> td Border Style <=====*/
td.custom_TopBar , td.custom_Header , td.custom_TopMenu , td.custom_DesignConsole , td.custom_SiteMapPath
{
	border-left: solid 5px #ddd;
	border-right: solid 5px #ddd;		
}
/*=====> TopBar Style <=====*/
tr.custom_TopBar
{
	height: 20px;
	background: #005A8F;
	
}
td.custom_TopBar
{
	padding-left: 10px;
	padding-right: 10px;		
}
.custom_TopBar a
{
	color: white;
}
/*=====> Header Style <=====*/
tr.custom_Header
{
	height: 40px;
	vertical-align: top;
}
.custom_SiteTitle
{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	display: block;
	width: 400px;
	height: auto;
}
.custom_LanguageSwich
{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	display: block;
	width: 300px;
	height: auto;
	text-align: right;
}
/*=====> TopMenu Style <=====*/
tr.custom_TopMenu
{
	height: 20px;
	vertical-align: top;
}
/*=====> DesignConsole Style <=====*/
tr.custom_DesignConsole
{
	height: 0px;
}
/*=====> SiteMapPath Style <=====*/
tr.custom_SiteMapPath
{
	height: 0px;
}

/*=====> HeaderBottom Style <=====*/
tr.custom_HeaderBottom
{
	height: 40px;
}
tr.custom_HeaderBottom .custom_Left
{
	width: 215px;
	height: 40px;
	vertical-align: top;
	color: white;
	background: url(../img/search_left.png) top right no-repeat;
	border-left: solid 5px #ddd;
}
tr.custom_HeaderBottom .custom_Right
{
	width: 750px;
	height: 40px;
	vertical-align: top;
	color: white;
	background: url(../img/search_bg.png) top left repeat-x;
	border-right: solid 5px #ddd;
}
.custom_HeaderBottom .custom_Right .custom_SmallSearchInputBox
{
	margin-top: 8px;
	width: 500px;
	display: block;
	height: auto;
	float: left;
}
.custom_HeaderBottom .custom_Right .custom_SearchRight
{
	background: url(../img/search_right.png) top right no-repeat;
	width: 15px;
	height: 40px;
	display: block;
	float: right;
}
/*=====> WorkBlock Style <=====*/
tr.custom_WorkBlock
{
	
}
tr.custom_WorkBlock .custom_Left
{
	vertical-align: top;
	border-left: solid 5px #ddd;
}
tr.custom_WorkBlock .custom_Right
{
	vertical-align: top;
}
.custom_LeftNav
{
	width: 202px;
	height: auto;
	background: #EEF7FB url(../img/leftNavLine.png) top left repeat-y;
	border-right: solid 1px #006699;
	border-bottom: solid 2px #006699;
}



/*=====> GroupList Style <=====*/
.GroupList
{
	width: 195px;
	margin-left: 5px;
	
}
a.GroupList_StaticMenuItemStyle
{
	text-align: left;
	display: block;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	color: black !important;
	font-size: 11px !important;
	font-weight: bold;
	border-bottom: solid 1px #ddd !important;
	margin-top: 1px;
}
a.GroupList_StaticMenuItemStyle:hover
{
	font-weight: bold;
	background: #6BB444;
	color: white !important;
}
/*=====> GroupsView Style <=====*/
.GroupsView , .ItemsView
{
	height: auto;
}
.GroupsView_CatalogGroup , .ItemsView_CatalogItem
{
	width: 120px;
	height: 200px;
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}
.GroupsView_CatalogGroupImage , a.ItemsView_CatalogItemImage
{
	border: none;
	height: 100px;
	width: 100px;
	text-align: center;
	display: block;
}
.GroupsView_CatalogGroupImage img , img.ItemsView_CatalogItemImage 
{
	border: none;
	margin-left: 10px;
	
}
.GroupsView_CatalogGroupTitle , .ItemsView_CatalogItemTitle
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

/*=====> ItemView Style <=====*/
.ItemView
{
	margin-top: 20px;
}
.ItemView_Images
{
	width: 400px;
	height: auto;
	vertical-align: top;
}
.ItemView_Info
{
	width: 200px;
	height: auto;
	vertical-align: top;
}
.ItemView_ItemNumber
{
	display: block;
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: #003366;
}
.ItemView_ItemName
{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	font-size: 22px;
	font-weight: bold;
}
.ItemView_ItemDescription
{
	margin-top: 5px;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	font-size: 11px;
}
a.ItemView_MainImage
{
	display: block;
	float: left;
	border: none;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ddd;
	text-align: center;
}
img.ItemView_MainImage
{
	border: none;
	text-align: center;
	margin-bottom: 20px;
	height: 300px;
}
div.ItemView_OtherImages
{
	display: block;
	float: left;
	width: 100%;
}
a.ItemView_OtherImage
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
}
img.ItemView_OtherImage
{
	border: none;
}
.ItemView_GalleryOverlay
{
	background: white;
	border: solid 1px black;
	display: none;
	z-index: 9999999;
}
.ItemView_GalleryOverlay a.prev , .ItemView_GalleryOverlay a.next
{
	background: #eee;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	display: block;
	position: absolute;
	top: 20px;
	width: 30px;
	color: black;
	height: auto;
}
.ItemView_GalleryOverlay a.prev:hover , .ItemView_GalleryOverlay a.next:hover
{
	cursor: pointer;
}
.ItemView_GalleryOverlay a.prev
{
	left: 20px;
	border: solid 1px #bbb;
}
.ItemView_GalleryOverlay a.disabled
{
	display: none !important;
}

.ItemView_GalleryOverlay a.next
{
	right: 20px;
	border: solid 1px #bbb;
}


.ItemView_InfoTable
{
	display: block;
	width: 300px;
	float: right;
	height: auto;
}
._Title
{
	vertical-align: top;
	width: 80px;
}
._Value
{
	vertical-align: top;
}
.ItemView_ItemColorView
{
	display: block;
	height: 15px;
	width: 30px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	border: solid 1px black;
}




















