﻿/**************************************************************** 
* iTmove Web Site CSS Styles
* © Copyright 2008 iTmove, All Rights Reserved   
*	tables still need 'cellspacing="0"' in the markup 
*        GLOBALS
*****************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #001526;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	cursor: auto;
}
html > body {
	color: #001526;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	cursor: auto;
}
img {
	border: none;
}
img.centered {
	display: block;
	margin: auto;
}
.clear {
	clear: both;
}
/* fix for older browsers */
#main-content div.clear {
	height: 1px;
}
.hide {
	display: none;
}
p, pre {
	font-size: 1em; /* 12px */
	line-height: 2em; /* 24px */
	padding: 0;
	margin: 0;
}
p.small, small, .BVSmallText
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
em {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #555;
}
acronym {
	border-style: dotted;
	border-width: 0 0 1px 0;
	cursor: help;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* hide and show divs */
div.show {
	display: block;
}
div.hide {
	display: none;
}
#skip-link {
	display: none;
}
/******************************************************************************************************
*                iTmove Design 1 Theme V2008.1 
*******************************************************************************************************/
/* iTmove Misc */


/* =================================================== General: Table & Table Elements ============================================================= */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.rowheader, .row, .altrow, caption, td, th {
	background: transparent;
	color: #808080;
	padding: 3px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.rowheader, th {
	font-weight: bold;
}
.altrow { background: #f4f4f4; }

/* ================================================== General: Forms & Forms Elements ================================================================ */
fieldset {
	border: 1px solid #eee;
	margin: 0;
	padding: 5px;
}
td.formlabel {
	text-align: right;
	width: 120px;
	white-space: nowrap;
	padding-right: 5px;
}
td.formfield {
	text-align: left;
	white-space: nowrap;
	padding: 1px 0 2px 0;
}
.forminput {
	padding: 4px 0 0 6px;
	height: 20px;
	width: 220px;
	color: #444;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.formtextarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	padding: 4px 0 0 6px;
	border: 1px solid #ccc;
	width: 95%;
	height: 100px;
}
.short {
	width: 25%;
}
.medium {
	width: 50%;
}
.buttonrow {
	text-align: right;
	padding: 5px 20px;
	margin: 0 0 10px 0;
}
.aligntop {
	vertical-align: top;
}
input {
	vertical-align: middle;
}
label {
	color: #666;
	font-size: 1em;
}
label.required {
	font-weight: bold;
}
select {
	border: 1px solid #ccc;
	color: #444;
	vertical-align: middle;
}
legend {
	font-size: 1.15em;
	line-height: 1.3em;
	color: #444;
	padding: 2px;
}


/* ================================================== General: Headings ===================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #223D51;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	padding: 0;
	color: #223D51;
	text-decoration: none;
	background: transparent !important;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
h1 {
	font-size: 2.0em; /* 24px */
	line-height: 1.3333em; /* 48px */
	margin-top: 0.6667em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.7em; /* 24px */
	line-height: 1em; /* 24px */
	margin-top: 1em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.4em; /* 20px */
	line-height: 1.2em; /* 24px */
	margin-top: 1.2em;
	margin-bottom: 0em;
}
h4 {
	font-size: 1.2em; /* 18px */
	line-height: 1.3333em; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
}
h5 {
	font-size: 1em; /* 12px */
	line-height: 2em; /* 24px */
	margin-top: 2em;
	margin-bottom: 0em;
}
h6 {
	font-size: 0.8333em; /* 10px */
	line-height: 2.4em; /* 24px */
	margin-top: 2.4em;
	margin-bottom: 0em;
}
/* ================================================ General: Lists ===================================================== */
ul, ol 
{
	list-style-type: none;
}
ul 
{
	list-style-type: none;
}
ul li
{
	list-style-type: none;
}
ol 
{
	list-style-type: none;
}
ol li 
{
	list-style-type: none;
}

/* ================================================ General: Links ====================================================== */
a {
	color: #7f9c47;
	text-decoration: none;
}
a:hover {
	color: #7f9c47;
	text-decoration: underline;
}
a:link
{
	color: #7f9c47;
}
a:visited
{
	color: #7f9c47;
}
/* ======================================== Clearing Floats ============================================== */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* ****************************************************************************************
*                               Content & Wrapers
******************************************************************************************* */
#maincontent {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	color: #4A4A4A;
}
.maincontentwrapper {
	margin: 0;
	padding: 0;
}
.widecontentwrapper {
	margin: 0;
	padding: 0;
}
#maincontentfooter {
	width: 900px;
	padding: 10px 0 0 0;
	margin: auto;
}
#popup {
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
}
#popupContainer {
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
}
#headernavbarwrapper {
	background: url(../images/header-navmenu.png) repeat-x;
	width: 100%;
	height: 30px;
}
/***************************************************************************************************************
**                                       Styles for 3 column layout                                           **
***************************************************************************************************************/

/* ================================== Homepage column1 3 column layout ===================================================== */
#ctl00_MainContentHolder_homepagecolumn1 {
	width: 190px;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	margin: 0;
}
#ctl00_MainContentHolder_homepagecolumn1 img {
	margin: 0;
}

/* ================================== Homepage column2 3 column layout ===================================================== */
#ctl00_MainContentHolder_homepagecolumn2 {
	width: 500px;
	padding: 0 10px 0 10px;
	float: left;
	color: #000;
	position: relative;
	display: block;
}
#ctl00_MainContentHolder_homepagecolumn2 .decoratedblock {
	background: transparent !important;
}
/* ================================== Homepage column3 3 column layout ===================================================== */
#ctl00_MainContentHolder_homepagecolumn3 {
	width: 190px;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	margin: 0;
}
#ctl00_MainContentHolder_homepagecolumn3 img {
	margin: 0;
}
#ctl00_MainContentHolder_homepagecolumn3 #EmailInfo {
	width: 100px;
	height: 27px;
	margin: 0 0 0 100px;
	background: url(../images/learnmore.jpg) no-repeat;
	text-indent: -9999px;
}
#ctl00_MainContentHolder_homepagecolumn3 #AdvancedSearch {
	height: 40px;
	text-align: right;
	background: #000;
}
#ctl00_MainContentHolder_homepagecolumn3 #AdvancedSearch a {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	padding: 0;
}


/* *********************************************************************************************************
**                                      Styles for 2 column layout (Right)                                **
************************************************************************************************************/
#ctl00_MainContentHolder_maincolumnright {
	width: 700px;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

#ctl00_MainContentHolder_navcolumnright {
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
	text-align: left; /*background: #e1e7f7;*/
}


/* *********************************************************************************************************
**                                      Styles for 2 column layout (Left)                                 **
************************************************************************************************************/
#ctl00_MainContentHolder_maincolumnleft {
	width: 700px;
	float: right;
	margin: 0;
	padding: 0;
}

#ctl00_MainContentHolder_navcolumnleft {
	float: left;
	width: 190px;
	margin: 0 10 0 5;
	padding: 0;
	text-align: left; /*background: #e1e7f7;*/
}

/********************************************************************************************************
**                  Styles for ctl00_MainContentHolder                                                 **
********************************************************************************************************/
#ctl00_MainContentHolder_pnlBottom {
	width: 700px;
	float: left;
	margin: 0;
	padding: 0;
}

/* ******************************************************************************************************
**         Columns for other master pages that don't support/requiere dynamic layout                   **
********************************************************************************************************/
#maincolumn {
	width: 690px;
	float: left;
	/*clear: both;*/
	margin: 0;
	padding: 0;
}

#navcolumnright {
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
	text-align: left; /*background: #e1e7f7;*/
}



/* ======================================= DAL MainMenu Menu =============================================== */
#headermainmenu {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/navigation-shadow.png) bottom repeat-x;
	height: 32px;
	position: relative;
}
#headermainmenu td
{
	color: #fff;
	position: relative;
}
/* ======================================== Header Menu Control============================================= */
#header {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#headerlogo {
	background: url(../images/header-navmenu_h.png) no-repeat top;
	padding: 0;
}
/* ======================================= Header Nav Menu ==================================== */
#headernavmenu {
	float: right;
	width: 100%;
	list-style-type: none;
	height: 30px;
	line-height: 28px;
}
#headernavmenu li {
	float: right;
	background: transparent;
}
#headernavmenu li a {
	color: #D5E5F0;
	border: none;
	display: block;
	text-decoration: none;
	background: transparent;
	padding-right: 15px;
	padding-left: 15px;
}
#headernavmenu li.active a, #headernavmenu li a:hover {
	color: #294356;
	height: 30px;
	background: url(../images/header-navmenu_h.png) repeat-x;
}

/* ======================================= Header branding area ==================================== */
#brandingarea {
	position: relative;
	background: url(../images/branding-area.png) repeat-x;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 120px;
}
#brandinglogo {
	background: url(../images/branding-logo.png) no-repeat top;
	height: 120px;
	width: 461px;
}

/* ======================================= MiniCart ========================================= */
#minicart {
	position: relative;
	width: 255px;
	text-align: left;
	padding: 0;
	margin: -29px 0 0 0;
	color: #666;
	font-size: .9em;
	height: 29px;
	float: right;
}
#minicart a {
	padding: 0;
	margin: 0;
	display: block;
	background: url(../images/mini-cart.png) no-repeat;
	width: 100px;
	color: #666;
	text-indent: 17px;
	line-height: 29px;
}
#minicart a:hover {
	color: #6D8E44;
	text-decoration: underline;
}
#minicart td {
	padding: 0;
	margin: 0;
	background: url(../images/mini-cart-bg.jpg) repeat-x;
	vertical-align: middle;
	height: 29px;
}
#minicart #TotalCell {
	padding: 0;
	margin: 0;
}
#minicart table {
	padding: 0;
	margin: 0;
	background: transparent;
	margin: 0;
	width: 100%;
}
#minicart #carttotals {
	margin: 0;
	padding: 0;
	/*width: 60px;*/
}
#minicart #carttotals #subtotal label {
	visibility: hidden;
}
/**********************************************************************************************
                                           Footer 
 **********************************************************************************************/
#footer {
	background: #213a4e;
	color: #487684;
	width: 900px;
	clear: both;
	display: block;
	position: relative;
}
#footer a:link {
	color: #e6e9ec;
	text-decoration: none;
}
#footer a:visited {
	color: #e6e9ec;
	text-decoration: none;
}
#footer a:hover {
	color: #4f8fbb;
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
#footer li {
	padding: 1px 0 0 0;
}
.footerpanels {
	background: #213a4e url(../images/panel-bg.png) repeat-x top;
	height: 150px;
	width: 100%;
	font-size: 1em;
	float: left;
	margin-bottom: 10px;
}
.footerpanel1 {
	color: #4F8FBB;
	width: 290px;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}
.footerpanel2 {
	color: #4F8FBB;
	width: 288px;
	float: left;
	padding-top: 25px;
	padding-left: 12px;
}
.footerpanel2 .custompagesnav {
	color: #4F8FBB;
}
.footerpanel3 {
	color: #4F8FBB;
	width: 287px;
	float: left;
	padding-top: 25px;
	padding-left: 13px;
}
.copyright {
	background: #213a4e url(../images/panel-bg-bg.png) repeat top;
	font-size: .9em;
	text-align: center;
	padding-bottom: 15px;
	float: none;
}












/* ==================================================================================================================*/
/* ================================================================================================================= */


/* ============================================== Messages ==========================================================*/

.messagebox ul { margin: 0; padding: 0; display: block; width: 100%; }
.messagebox li { margin: 10px 0; padding: 0; overflow: hidden; width: 100%; }
.messagebox .icon { float: left; margin: 0 8px 0 0; }
.messagebox .message { margin: 0 5px 0 10px; font-size: 100%; line-height: 1.2em; }
.messagebox .errorline { color: #333; clear: both; list-style: none; }
.errormessage { color: #c00; line-height: 2em; padding: 0 5px; font-size: .8em; }
.errormessage li { color: #c00; list-style-type: circle; }
.AddedToCartMessage, .SuccessMessage { color: #0c6; }
.AddedToCartMessage, .messagebox { display: block; border: 1px solid #fe3; background: #ff9; border-left: none; border-right: none; margin: 10px 0; padding: 0 10px; }
/* ----- Messages for Product Pages ------ */
#wait  
{
	position: absolute; 
	top: 0; 
	right: 0; 
	font-weight: bold; 
	font-size: 80%; 
	padding: 0 10px;
	 background: #c00; 
	 color: #fff; 
}
/* ============================================== Admin Panel ======================================================= */
#adminpanel
{
	font-size: 85%;
	background-color: #000;
	color: #fff;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#adminpanel table { margin: 0; }
#adminleft, #admincenter, #adminright { width: 30%; vertical-align: middle; }
#adminleft { text-align: left; }
#admincenter { text-align: center; }
#adminright { text-align: right; }
#adminpanel a {color:#fff;border-bottom: 2px solid #666;text-decoration: none;}
#adminpanel a:hover {color:#fff;text-decoration:none;background: #666;}


/* ============================================== Bread Crumbs ========================================================= */
.breadcrumbs {
	color: #333;
	font-size: 1em;
	background: url(../images/tbar-bg.jpg) repeat-y top left;
	height: 19px;
	position: relative;
	padding: 3px 0 3px 3px;
	margin-top: 5px;
}
.breadcrumbs .links a {
	color: #333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #333;
	text-decoration: underline;
}

/* =============================================== Pager Control ===================================================== */
.pager {
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
	clear: both;
}
.pager ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pager ul li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	color: #ddd;
	font-size: .83em; /*10px*/
}
.pager a, .pager .disabled {
	color: #444;
	padding: 3px 6px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
.pager .disabled {
	color: #ccc;
}
.pager li.current a {
	color: #444;
	font-weight: bold;
	border-color: #E0EAC8;
	background: #E0EAC8;
}
.pager a:hover {
	border-color: #6D8E44;
}
/* Pager Control opcion alternativa
.pager { margin: 10px 0; padding: 5px 0; text-align: center; clear: both; }
.pager ul {list-style:none;margin:0;padding:0;}
.pager ul li {display:inline;margin:0 2px;padding:0;color:#ddd;font-size:85%;}
.pager a, .pager .disabled { color: #444; padding: 3px 6px; text-decoration: none;background:#EFF1FF; }
.pager .disabled { color: #ccc; }
.pager li.current a { color: #fff; font-weight: bold; background: #f90; }
.pager a:hover { background: #DEE3FF; color: #000; }*/





/************************************************************************************************************************************/
/* ++++++++++++++++++++++++++++++++++++++++ General for Content Blocks +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.decoratedblock { position: relative; margin: 0 0 15px 0; background: #fff; padding: 0 0 5px 0; position: relative; }
.blockcontent { padding: 5px; }


/* ========================================== Content block: Side Menu ============================================================= */
.sidemenupanel
{
	background: #ffffff url(../images/sidebar-top.jpg) top;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding: 4px 0 0 0;
}
.sidemenu
{
	background-color: #fcfcfc;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #c2c2c4;
}
.sidemenu .decoratedblock h4
{
	background: #c2c2c4 url(../images/sidebar-top-bg.jpg) repeat top;
	vertical-align: top;
	height: 23px;
	text-indent: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin: 0;
}





/* =========================================== Content block: Quick Search ==========================================================*/ 
.searchboxform .forminput { width: 130px; }
.decoratedblock input { vertical-align: middle; }

/* ========================================== Content block: Category Menu ========================================================== */
.categorymenupanel
{
	margin: 5px 0 0 0;
	padding: 4px 0 0 0;
}
#categorymain
{
	width: 690px;
	float: right;
}
#categoryleft
{
	float: left;
	width: 192px;
}
.categorymenu
{
	background: #ffffff url(../images/sidebar-top.jpg) top;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding: 4px 0 0 0;
}

.categorymenu .decoratedblock
{
	background-color: #fcfcfc;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #c2c2c4;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	max-width: 180;
}

.categorymenu .decoratedblock h4
{
	background: #c2c2c4 url(../images/sidebar-top-bg.jpg) repeat top;
	height: 23px;
	text-indent: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 0;

}

#categorydetailedlisttemplaterecords
{
	padding-top: 20px;
}

/* ========================================= Accordion Control styles ========================================= */
.accordionHeader
{
	background: #F0F0F0 url(../images/accordionHeader.png) center left;
	background-repeat: no-repeat;
	height: 30px;
	text-indent: 35px;
	font-size: 1em;
	margin: 0 0 10px 0;
	vertical-align: middle;
	line-height: 30px;
}
.accordionHeaderSelected
{
	background: #F0F0F0 url(../images/accordionHeaderSelected.png) center left;
	background-repeat: no-repeat;
	height: 30px;
	text-indent: 35px;
	font-size: 1em;
	margin: 0 0 0 0;
	vertical-align: middle;
	line-height: 30px;
}
.accordionContent
{
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #c2c2c4;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	text-indent: 30px;
}


/* ------------------------------- Category Styles ---------------------------------- */
/* ------------------------------- Category Styles ---------------------------------- */
/* ------------------------------- Category Styles ---------------------------------- */
/* ------------------------------- Category Styles ---------------------------------- */
/* ------------------------------- Category Styles ---------------------------------- */

/* Pager Control option 2
.pager { margin: 10px 0; padding: 5px 0; text-align: center; clear: both; }
.pager ul {list-style:none;margin:0;padding:0;}
.pager ul li {display:inline;margin:0 2px;padding:0;color:#ddd;font-size:85%;}
.pager a, .pager .disabled { color: #444; padding: 3px 6px; text-decoration: none;background:#EFF1FF; }
.pager .disabled { color: #ccc; }
.pager li.current a { color: #fff; font-weight: bold; background: #f90; }
.pager a:hover { background: #DEE3FF; color: #000; }
*/


/* Category Product Display Defaults */
.recordsku a { font-size: 85%; color: #999; text-decoration: none; text-transform: uppercase; }
.recordname { font-size: 100%; font-weight: bold; }
.recordshortdescription a { text-decoration: none; }
.recordshortdescription { margin: 5px; }
.recordprice { font-size: 110%; font-weight: normal; }
.recordprice a { text-decoration: none; }
.recordcontrols { margin: 10px; }
.recordimage { text-align: center;}

/* Category Grid Layout */
#categorygridtemplaterecords .record {width:165px;margin:5px auto;}
#categorygridtemplaterecords .recordname {text-align:center;font-size:90%;line-height:1.5em;}
#categorygridtemplaterecords .recordsku {text-align:center;margin: 3px 0;}
#categorygridtemplaterecords .recordprice {text-align:center;border:none;margin:0;padding:0;font-size:100%;line-height:1em;}

/* Sub Category Menu */
#subcategorymenu {margin:20px 0;}
#subcategorymenu .record {width:200px;margin:0 auto;text-align:left;}
#subcategorymenu .recordname {font-weight:bold;font-size:110%;text-align:center;}
#subcategorymenu .recordname a {font-size:inherit;text-decoration: none;}
#subcategorymenu ul {padding:5px;margin:5px 10px;border-top:2px solid #ddd;border-bottom:2px solid #ddd;}
#subcategorymenu li {padding: 2px;list-style:none;}
#subcategorymenu li a {text-decoration:none;font-size:90%;}
#subcategorymenu li a:hover {text-decoration:underline;}

/* Sub Category Menu 2 */
#subcategorymenu2featured {width: 440px; float: left;}
#subcategorymenu2featured .featuredImage {display: block;text-align: center; }
#subcategorymenu2main {width: 440px; float: right;}
#subcategorymenu2 {margin:20px 0;}
#subcategorymenu2 .record {width:200px;margin:0 auto;}
#subcategorymenu2 .recordname {font-weight:bold;font-size:110%;text-align:center;}
#subcategorymenu2 .recordname a {font-size:inherit;text-decoration: none;}
#subcategorymenu2 ul {padding:5px;margin:5px 10px;border-top:2px solid #ddd;border-bottom:2px solid #ddd;}
#subcategorymenu2 li {padding: 2px;list-style:none;}
#subcategorymenu2 li a {text-decoration:none;font-size:90%;}
#subcategorymenu2 li a:hover {text-decoration:underline;}

/* Simple & Bulk Order Lists */
#categorysimplelisttemplate, #categorybulkorderlisttemplate {margin:20px 0 0 0;}
#categorysimplelisttemplate .record {padding:2px 5px;float: left;margin: 0 0 20px 5px;}
#categorysimplelisttemplate .recordsku, #categorybulkorderlisttemplate .recordsku {clear:both;}
#categorysimplelisttemplate .recordname, #categorybulkorderlisttemplate .recordname {float:left;width:530px;margin:0 10px 0 0;}
#categorysimplelisttemplate .recordprice, #categorybulkorderlisttemplate .recordprice {font-size:100%;float:left;text-align:right;width:100px;margin:0;border:none;}

#categorybulkorderlisttemplate .record { padding: 0 0 10px 10px; margin: 0 0 8px 0; border-bottom: 1px solid #eee; float: left; }
#categorybulkorderlisttemplate table td { vertical-align: top; }
#categorybulkorderlisttemplate .checkbox { background: #eee; }
#categorybulkorderlisttemplate .addtocartcontrols {margin:20px 0 20px 3px;}

#categorybulkqtylisttemplate .record { padding: 0 0 15px 0; margin: 0 0 10px 5px; border-bottom: 1px solid #eee; float: left; }
#categorybulkqtylisttemplate table td { vertical-align: top; }
#categorybulkqtylisttemplate .addtocartcontrols {margin:20px 0 20px 3px;}
#categorybulkqtylisttemplate .recordname {float:left;width:615px;margin:0 10px 0 0;}
#categorybulkqtylisttemplate .recordprice {font-size:100%;float:left;text-align:right;width:100px;margin:0;border:none;}
#categorybulkqtylisttemplate .qtycell { background: #eee; padding: 5px;}
#categorybulkqtylisttemplate .quantityfield {margin: 0 auto;width:25px;border:1px solid #ccc;text-align: center;font-size: 110%;font-weight: bold; color: #666;}

/* Detailed List */
#categorydetailedlisttemplate {margin:5px 0 0 0;}
#categorydetailedlisttemplate .record {margin:0 0 5px 5px;padding-bottom:10px;width:670px;float:left;border-bottom: 1px solid #ddd;}
#categorydetailedlisttemplate .recordimage {float:right;width:120px;height:120px;margin:0;text-align: center;}






/*****************************************     PAGES         ***************************************************/

/* =================================== Closed Store Page ===================================================== */
#closedheader {
	position: relative;
	width: 350px;
	margin: 20px auto;
}
#closedcontent {
	padding: 5px 5px 5px 5px;
	width: 400px;
	height: 280px;
	margin: 15px auto;
	background-color: #ff9;
	color: #333;
}
#closedcontent h1 {
	color: #000;
}

/* =================================================================== Affiliate Form ==================================== */
fieldset#affiliateform table { width: 600px; }
fieldset#affiliateform table table { margin: 0; padding: 0; width: 100%; }
fieldset#affiliateform td.formlabel { width: 150px; }

/* ==================================================================== Returns Form ======================================= */
.returnitems table { width: 100%; }
.returnitem .formlabel, .returnitem .formfield { padding: 3px; }
.returnitem { margin: 5px; }
.returncontrols { margin: 5px 0 0 0; padding: 5px; border: 1px solid #ddd; background: #eee; }
.returnitems td.qtycolumn { vertical-align: top; }
.returnitems .qtyfield { background: #eee; margin: 5px 0; padding: 5px;  }
.returnitems .qtyfield input { width: 25px; text-align: center; border: 1px solid #ccc; }
.rmaform { margin: 20px 0; }
.rmaform table tr td { padding: 3px; }
.rmaform .formtextarea { height: 100px; width: 400px; }


/* ======================================= iTmove Login Page & Register New User ================================ */
fieldset#fsLogin {
	width: 360px;
	float: left;
	margin-left: 15px;
}
fieldset#fsLogin table {
	margin-top: 15px;
}
fieldset#fsNewUser {
	width: 470px;
	float: right;
	margin-right: 15px;
}
fieldset#fsNewUser table {
	margin-top: 15px;
}
fieldset#fsNewUsers table td.formlabel {
	white-space: normal;
	width: 230px;
}
.forgot {
	background: #f5f5f5;
	padding: 5px;
	display: block;
	margin-top: 10px;
	font-size: .8em;
}

/* ======================================= iTmove Contact Us Page ================================ */
fieldset.contactform table {
	width: 550px;
	margin-top: 15px;
}

/* ======================================== Cart Page ======================================================================= */
.cartitemimage 
{
	float:left; 
	margin: 0 5px 5px 0;
	background-image: url('../images/img-bg-small.png');
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
}
.cartitemimage img
{
	vertical-align: middle;
	margin: 2px 0 0 2px;
}
.cartitemdescription  
{
	margin: 3px;
}
#cartcontainer tr td 
{
	border-bottom:solid 1px #2D2D73; 
	padding: 6px; 
	vertical-align:top;
}
#cartcontainer, #cartactions, #cartcoupons 
{
	margin: 0;
}
#cartcontainer .inputmodifiername
{
	color: #4a4a4a;
}
td.productquantitycolumn  
{
	background: #DEE3FF; 
	text-align: center; 
	width: 10%; 
}
td.producttotalcolumn, td.productpricecolumn  
{
	text-align: center; 
	width: 10%; 
	background: #EFF1FF; 
}
td.producttotalcolumn .lineitemnodiscounts  
{
	display: block; 
	color: #999; 
	text-decoration: line-through; 
}
td.producttotalcolumn .totallabel  
{
	display: block; 
	font-weight: bold; 
}
#cartfooter 
{
	margin: 10px 20px 0 20px;
}
#carttotals 
{
	width:200px;
	float:right;
	margin-bottom:10px;
	text-align:right;
}
#carttotals table 
{
	float:right;
}
#carttotals .formlabel, #carttotals .formfield
{
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	padding: 0px 3px;
}
#cartupdates 
{
	width:350px;
	margin-bottom:10px;
	text-align:right;
	float:right;
}
#cartactions 
{
	clear:both;
	text-align:right;
	padding-bottom:12px;
	margin-top: 20px;
}
#cartactioncontinue 
{
	float:left;
	width:120px;
	text-align:left;
	padding-left: 19px;
}
#cartactioncheckout 
{
	display:inline;
}
#cartcoupons 
{
	border:1px solid #ddd;
	background:#eee;
	padding:10px;
	margin: 10px 0;
}
.cartsku  
{
	font-size: 90%; 
}
.cartproductname  
{
	font-size: 110%; 
	font-weight: bold; 
}


/* =============================================== Checkout ============================================================== */
.creditcardinput {
	border: solid 1px #ff9;
	background-color: #ffc;
	padding: 5px;
}
.shippingdiscount {
	text-decoration: line-through;
}
.radiobuttoncol {
	width: 20px;
}
/* ------------- Checkout Addresses ----------- */
.addressbookpanel {
	border: 1px solid #eee;
	padding: 5px;
}
.addressbookpanel table {
	width: 100%;
}
.addressbookpanel ul {
	margin: 0;
}
.addressbookpanel li {
	list-style: none;
}
.addressbookpanel table {
	border-collapse: collapse;
	border: solid 1px #fff;
}
.addressbookpanel td {
	border: none;
	padding: 5px;
}
.addressbookpanel .alt {
	background-color: #eee;
}
/* ------------ Address Book ------------ */
.address  
{
	border: 1px solid #eee; 
	padding: 5px 10px; 
	margin: 0 5px 15px 0; 
}
.address .buttonrow  
{
	margin: 5px 0; 
	padding: 0; 
	text-align: left; 
}
table.alladdresses, table.primaryaddresses  
{
	margin: 5px 0; 
	width: 100%; 
}
table.alladdresses td, table.primaryaddresses td  
{
	vertical-align: top; 
}

/* ================================================== Site Map Page ============================================================= */
#SiteMapColumns {
	clear: both;
	width: 100%;
	font-size: 1em;
}
.ColumnOne {
	width: 295px;
	float: left;
	border-right: 1px solid #eee;
}
.ColumnTwo, .ColumnThree {
	width: 295px;
	float: right;
}
#SiteMapColumns ul {
	list-style: none;
	padding-left: 8px;
}

/* ============================================ Search Page =================================================================== */
fieldset#SearchForm {
	margin: 10px;
}
.wrapone h1 {
	padding: 0 0 0 105px;
}
.wraptwo {
	padding: 5px 0 5px 0px;
}
fieldset#SearchForm .forminput {
	border-color: #ccc;
}
#SearchResultsPane {
	margin: 10px;
}
#SearchResultsPane td {
	text-align: center;
}
.searchresultrecord {
	padding: 5px;
	margin: 5px;
	border-left: 5px solid #ccc;
	background-color: #f5f5f5;
}



/* ************************************************** PRODUCT PAGES ************************************************** */

/* ============================================ DAL Product Page Template ============================================ */

.dalproductpage {
	text-align: left;
}

.dalproductpage .column1{
	float: left;
}

.dalproductpage .column2
{
	float: left;
}

.dalproductpage .column3{
	float: right;
}

.dalproductpage .productimage 
{
	float: left;
	width: 220px;
}

.dalproductpage .productinfo 
{
	padding: 10px 10px 0 5px;
}

.dalproductpage .productinfo h4
{
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #7f9c47;
}

.dalproductpage .productpanel 
{
	margin: 0px;
	clear: both;
	width: auto;
}

.dalproductpage .product-options-top
{
	background-color: #F0F0F0;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #c2c2c4;
	width: 688px;
	margin-top: 5px;

}

.dalproductpage .product-options-top h5
{
	margin: 0;
	padding: 5px 0 5px 5px;
}

.dalproductpage .product-options {
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #c2c2c4;
	width: 688px;
}

.dalproductpage .product-options-bottom
{
	background: #fff url(../images/product-options-bottom.jpg) no-repeat left bottom;
	height: 28px;
	margin-bottom:20px;
}

.dalproductpage .variantsdisplay
{
	padding-top: 10px;
	padding-left: 5px;
}

.dalproductpage .sidecontrolpanel
{
	margin: 10px 0 0 0;
}

.dalproductpage .sidecontroltop
{
	background: #ffffff url(../images/sidebarblue-top.jpg) no-repeat top;
	padding: 4px 0 0 0;
	margin: 0;
}

.dalproductpage .sidecontroltop h4
{
	background: #c2c2c4 url(../images/sidebarblue-top-bg.jpg) repeat top;
	vertical-align: top;
	height: 23px;
	text-indent: 5px;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	margin-top: 0;
}

.dalproductpage .sidecontrol
{
	background-color: #f6f6f6;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #c2c2c4;
	font-size: 1em;
	text-align: left;
}

.dalproductpage .pricepanel 
{
	padding-top: 10px;
}

.dalproductpage .formlabel 
{
	text-align: left;
	text-indent: 5px;
	padding-top: 5px;
}

.dalproductpage .formfield 
{
	font-size: 1em;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
}

.dalproductpage .buttons
{
	margin: 20px 0px 10px 35px;
}

.dalproductpage .choicelabel
{
	text-align: left;
	vertical-align: middle;
	width: 120px;
	white-space: nowrap;
	padding-left: 5px;
}

.dalproductpage .choicefield
{
	text-align: left;
	white-space: nowrap;
	padding: 3px 0 3px 0;
}

.dalproductpage .ProductReviews
{
	clear: both;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	border: 1px solid #eee;
}

.dalproductpage .ProductReviews h3
{
	padding: 0 0 0 5px;
}

.dalproductpage .ProductReviewLinks
{
	padding: 0 0 0 5px;
}

/****************************************************************************************************/
/***************************************************************************************************/
/*                           Product Pages of BV5 templates                                       */

/* BVC 2004 Product Page Template */
#bvc2004productpage #menucolumn {float:left;width:200px;}
#bvc2004productpage #imagecolumn {float:left;width:300px;text-align:center;}
#bvc2004productpage #contentcolumn {float:right;width:400px;}

/* BVC 5 Product Page Template */
#bvc5productpage #contentcolumn {float:left;width:450px;}
#bvc5productpage #actioncolumn {float:right;width:450px;}
#bvc5productpage #ProductReviews {clear: both;}
.productimage { text-align: center; margin: 10px 0; }

/* Product Controls Box */
#ProductControls { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #eee; padding: 10px; margin: 10px 0; position: relative; }
.formlabel { text-align:right; }
.productpropertylabel { padding-right: 5px; text-decoration: none; }
.listprice, .ListPrice {text-decoration: line-through; color:#999;}
.siteprice, .SitePrice {font-weight:bold;font-size: 120%;color:#000;}
.yousave, .YouSave {color:#666;}
#buttons { margin: 5px; }
#buttons input { margin: 5px; }
#wishlist { margin-top: 5px; }

/* Product Reviews & Cross/Up Sells */
.ProductReviews, #CrossSells { clear: both; padding: 10px; margin: 10px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.ProductReviewLinks { font-size: 90%; } 
.ProductReview { margin: 10px; padding: 0 0 0 5px; border-left: 5px solid #eee; }
.ProductReviewKarma { display: block; padding-top: 5px; font-size: 90%; color: #666; }
.WideSingleProductDisplayPanel { position: relative; width: 100%; float: left; border-bottom: 1px solid #eee; }
.SingleProductDisplayImage { float: left; width: 125px; margin: 5px 15px 5px 5px; }
.ProductBadge { position: absolute; top:-5px; left:-20px; }
.SingleProductDisplayName { margin: 10px; font-size: 110%; font-weight: bold; clear: right; }
.SingleProductDisplayDescription {  }
.SingleProductDisplayPrice { font-size: 100%; font-weight: bold; color: #666; }



/*********************************************************************************************/
/*                      OTHERS & COMMON NEW                                                 */


/* Column Product Rotators */
.productrotator .decoratedblock { text-align: center; background: none; }
.productrotator a { text-decoration: none; line-height: 1.5em; }
.productrotator a img { border: 5px solid #eee !important; margin: 0 0 5px 0; }
.productrotator a:hover img { border: 5px solid #ddd !important; }

/* Home Page Center Column Blocks */
#homepagecolumn2 .decoratedblock { background: none; }
#homepagecolumn2 .blockcontent { padding: 0; }

/* Column Menu Lists */
.sidemenu ul, .categorymenu ul {padding:0 5px;margin:5px;}
.sidemenu li, .categorymenu li {padding: 2px;margin:0;list-style-type:none;list-style-position:inside;color:#7884D6;line-height:1.2em;}
.sidemenu li a, .categorymenu li a {text-decoration:none;}
.sidemenu li a:hover, .categorymenu li a:hover {text-decoration:underline;}
.categorymenu ul li.current a { font-weight: bold; }
.categorymenu ul li.current ul a { font-weight: normal; }


/* ==============================  Common ================================================= */
.commoncontent {
	color: #000000;
	font-size: 1.1em;
}

.commoncontent .redfont b, .commoncontent .redfont i {
	color: #FF0000;
}
	
.commoncontentArea {
	padding: 0 0 12px 0;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.commoncontentRoundTop, .commoncontentRoundBottom {
	height: 5px;
}

.commoncontentRoundTop .r1, .commoncontentRoundBottom .r4 { 
	margin: 0 5px; 
	height: 0px; 
	border-top: solid 1px; 
	border-left-width: 0; 
	border-right-width: 0;
	border-color: #999999;
	background-color: #D7D7CE; 
	overflow: hidden;
}

.commoncontentRoundTop .r2, .commoncontentRoundBottom .r3 { 
	margin: 0 3px; 
	height: 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-left-width: 2px; 
	border-right-width: 2px;
	border-color: #999999;
	background-color: #D7D7CE; 
	overflow: hidden;
}

.commoncontentRoundTop .r3, .commoncontentRoundBottom .r2 { 
	margin: 0 2px;
	height: 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-color: #999999;
	background-color: #D7D7CE; 
	overflow: hidden;
}

.commoncontentRoundTop .r4, .commoncontentRoundBottom .r1 { 
	margin: 0 1px; 
	height: 2px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-color: #999999;
	background-color: #D7D7CE;
	overflow: hidden;
}

.commoncontentInnerArea {
	padding: 0 8px 8px 8px;
	background-image: url('../images/sidebar-gradient.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0;
	min-height: 109px;
	border-left: solid 1px;
	border-right: solid 1px;
    border-color: #999999;
    background-color: #D7D7CE;
	overflow: hidden;
}

.commoncontentRoundBottom .r1, .commoncontentRoundBottom .r2, .commoncontentRoundBottom .r3, .commoncontentRoundBottom .r4
{
	background-image: url('../images/sidebar-bottom.jpg');
	background-repeat: repeat;
	background-position: left top;
}
