﻿/* ----[ Style Main #01 ]--------------- */

body
{
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Arial;
}

/* ----[ LINKS ]------------------------ */

a:link {color:#666666; text-decoration:none;}
a:visited {color:#666666; text-decoration:none;}
a:hover {color:#666666; text-decoration: underline;}
a:active {color:#666666; text-decoration:none;}

a.linkDefault:link {color:#6b6b6d; text-decoration: none;}
a.linkDefault:visited {color:#6b6b6d; text-decoration:none;}
a.linkDefault:hover {color:#6b6b6d; text-decoration: underline;}
a.linkDefault:active {color:#5b5a5e; text-decoration:none;}

a.linkDetail:link {padding: 2px; background-color: #e3f1d5; color:#666666; text-decoration: none; border: 1px solid #666666;}
a.linkDetail:visited {padding: 2px; background-color: #e3f1d5; color:#666666; text-decoration: none; border: 1px solid #666666;}
a.linkDetail:hover {color:#666666; text-decoration: underline;}
a.linkDetail:active {color:#666666; text-decoration:none;}

a.linkNav:link {color:#0072bd; text-decoration: none;}
a.linkNav:visited {color:#0072bd; text-decoration:none;}
a.linkNav:hover {color:#78b8e4; text-decoration: underline;}
a.linkNav:active {color:#0072bd; text-decoration:none;}

a.linkItemTitle:link {color:#000; text-decoration: none;}
a.linkItemTitle:visited {color:#000; text-decoration:none;}
a.linkItemTitle:hover {color:#000; text-decoration: underline;}
a.linkItemTitle:active {color:#000; text-decoration:none;}

a.linkItemDetail:link {color:#000000; text-decoration: none; border: 1px solid #0070b8; background-color: #7bbae6; padding: 2px;}
a.linkItemDetail:visited {color:#000000; text-decoration:none; border: 1px solid #0070b8; background-color: #7bbae6; padding: 2px;}
a.linkItemDetail:hover {color:#d02219; text-decoration: underline; background-color: #7bbae6; }
a.linkItemDetail:active {color:#000000; text-decoration:none; border: 1px solid #0070b8; background-color: #7bbae6; padding: 2px;}



/* ----[ CLASS LIBRARY ]------------------ */

.L { float: left; clear: left; }
.R { float: right; clear: right; }

/* ----[ PROAQUA LAYOUT ]------------------ */

div#divWrapper
{
	width: 810px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div.TopBar 
{
	width: 100%;
	height: 115px;
	background-image: url(../images/topbar_bg.gif); 
	background-repeat: repeat-x;
	float: left;
}

div.TopBarLeft
{
    width: 256px;
    height: 90px;
    float: left;
    clear: left;
}

div.TopBarRight
{
    width: 550px;
    height: 90px;
    float: right;
    clear: right;
}


div#divBody
{
	width: 100%;
	float: left;
  	border: 0;
  	clear: both;
}

div#Footer 
{
	width: 100%;
	height: auto;
	float: left;
}


div#divBodyContainer 
{
	width: 800px;
	height: auto;
	background-color: #fff;
	float: left;
	margin: 10px 0 10px 0;
}

div.divPageTitle 
{
	width: 100%;
	height: 30px;
	line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

div.divPageBody
{
	width: 100%;
	height: auto;
	float: left;
}

div.divBodyContent
{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

div#divPager
{
	width: 100%;
	height: 25px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* ----[ TABLE PAGE ]------------------ */

table.PageContent
{
	padding: 0px;
	margin: 10px auto 0 auto;
	width: 800px;
}

td.PageRow
{
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

td.PageRowDate
{
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #707275;
	text-align: left;
}

td.PageNav
{
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-top: #dbdbdb 1px solid;
}

td.BlankRow
{
	height: 5px;
}

td.PageRowTitle
{
	height: 25px;
	line-height: 25px;
	color: #2e3463;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ----[ MENUS & LISTAS ]------------------ */

div.divMenu
{
	width: 780px;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 10px 0;
	text-align: left;
	border: 0;
}

.topMenu
{
    list-style-type:none;
    padding: 0;
    margin: 0;
	line-height: 20px;
	height: auto;
	width: auto;
	float: left;
}

.topMenu li
{
    width: auto;
	height: 25px;
	line-height: 25px;
	padding: 0 2px 0 2px;
	margin: 0 0 0 5px;
	float: left;
	position: relative;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.topMenu li a
{
    color: #8c8c8c;
    font-size: 14px;
}

.topMenu li.sep
{
    color: #dbdbdb;
}

.footerList
{
    list-style-type: none; 
    margin: 0;
    padding: 0;
}

.footerList li
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
}

.footerList li span
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.footerMenuList
{
    list-style-type: none; 
    margin: 0;
    padding: 0;
}

.footerMenuList li
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	background-image: url(../images/red-arrow.png);
	background-repeat: no-repeat;
	background-position: left;	
	padding: 0 2px 0 20px;
}

.footerMenuList li a
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.footerMenuList li a:hover
{
    text-decoration: underline;
}

.menuCategoria
{
    list-style-type:none;
    padding: 0;
    margin: 0 auto;
	line-height: 30px;
	height: auto;
	width: auto;
	float: left;
}

.menuCategoria li
{
    width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 2px 0 20px;
	margin: 0 20px 0 5px;
	float: left;
	position: relative;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;	
}

.menuCategoria li a
{
    color: #000;
    font-size: 18px;
}

.menuSubcategoria
{
    min-height: 300px;
}

.menuSubcategoria ul
{
    list-style-type: none; 
    margin: 0;
    padding: 0;
}

.menuSubcategoria ul li
{
    width: auto;
	height: 25px;
	line-height: 25px;
	padding: 0 0px 0 20px;
	margin: 0 20px 5px 10px;
	position: relative;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;	
}

.menuSubcategoria ul li a
{
    color: #000;
    padding: 2px;
}

.menuSubcategoria ul li a:hover
{
    text-decoration: none;
    background-color: #dbdbdb;
}

.menuSubcategoria ul li span
{
    font-size: 10px;
    font-style: italic;
    color: #666666;
    margin-left: 10px;
}

/* ----[ FORMS ]------------------ */

.formTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	padding: 2px;
	font-weight: normal;
	background-color: #fff;
	color: #000000;
	border: 1px solid #666;
}

.formButtonSearch
{
	border: 1px solid #395a8a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	height: auto;
	font-weight: bold;
	color: #fff;
	background:#017ec1;
}

.formButtonSearch:hover
{
	background-color: #1490d3;
	color: #fff;
}

/* ----[ SHOWCASE LAYOUT ]------------------ */

div.divShowcase
{
	width: 100%;
	height: auto;
	padding: 0px;
	margin-bottom: 4px;
  	clear: both;
  	background-color: Transparent;
}

div.divShowcaseTitle
{
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #dbdbdb;
  	text-indent: 5px;
}

div.divShowcaseInfo
{
	width: auto;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
  	background-color: #f0efea;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border-bottom: 0px;
  	text-indent: 5px;
}

div.divShowcaseInfoLeft
{
	width: 250px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: left;
}

div.divShowcaseInfoRight
{
	width: 250px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	float: right;
	clear: right;
	text-align: right;
}

div.divShowcaseShop
{
	width: auto;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #f0efea;
	border-bottom: 1px solid #dbdbdb;
	color: #ffffff;
  	text-indent: 5px;
}

div.divShowcaseShopLeft
{
	width: 250px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: left;
}

div.divShowcaseShopRight
{
	width: 250px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	float: right;
	clear: right;
	text-align: right;
	color: #000000;
}

div.divShowcaseProducts
{
	width: auto;
	height: 135px;
	padding: 5px;
	padding-top: 10px;
	margin: 0px;
  	background-color: #ffffff;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
  	background-color: #caebf8;
  	background-image: url(../images/background-cell.png);
  	background-repeat: repeat-x;
}

div.divShowcaseItem
{
	width: 180px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #dbdbdb;
}

div.divShowcaseItem hover
{
	border: 1px solid #000000;
}

div.divShowcaseCategory
{
	width: auto;
	height: 145px;
	padding: 5px;
	padding-top: 10px;
	margin: 0px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #dbdbdb;
}

div.divCategoryLeft
{
	width: 140px;
	height: 140px;
	margin: 0px;
	margin-left: 4px;
	padding: 0px;
	float: left;
	clear: left;
	border: 1px solid #000;
}

div.divCategoryLeft img
{
    height: 140px;
    width: 140px;
}

div.divCategoryRight
{
	width: 500px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
}

div.divCategoryRightTitle
{
	width: auto;
	height: 30px;
	line-height: 30px;
	margin: 0px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

div.divCategoryRightBody
{
	width: auto;
	height: 80px;
	line-height: 20px;
	margin: 0px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

div.divCategoryRightFooter
{
	width: auto;
	height: 25px;
	line-height: 25px;
	margin: 0px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

div.divProduct
{
	width: auto;
	height: auto;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border-bottom: 0px solid #000000;
}

div.divProductImages
{
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	background-color: #f0efea;
	border-bottom: 0px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div.divOrder
{
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div.divImagePopup
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

.imageThumbnail
{
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	height: 140px;
	width: 140px;
	border: 1px solid #141414;
	padding: 1px;
}

/* ----[ TABLE ORDER LAYOUT ]------------------ */

table.Order
{
	width: 530px; 
	border: 0px solid #141414;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

td.OrderTitle
{
	color: #000000;
}

td.OrderRow
{
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

/* ----[ SEARCH RESULT ]------------- */

table.SearchResult
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #7bbae5;
	width: 798px;
	margin-bottom: 10px;
}

table.SearchResult tr th
{
	text-align: left;
	background-color: #7bbae5;
	color: #fff;
	border: 0px;
	padding: 2px 20px 2px 2px;
	font-size: 11px;
}

table.SearchResult tr td
{
	border-bottom: 1px solid #7bbae5;
	border-top: 0px;
	color: #000;
	padding: 2px 20px 2px 2px;
	text-align: left;
}

table.SearchResult tr 
{
	background-color: #fff;
	height: 20px;
	border: 0px;
}

.SearchFooter *
{
	background: #484848;
	color: #FFF;
	font-size: 10px; 
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 20px;
	
}

.SearchFooter a
{
	color:#FFFFFF; 
	text-decoration: none;
}

.SearchFooter a:active
{
	color:#ffcc00; 
	text-decoration: none;
}

.SearchFooter a:hover
{
	color:#ffcc00; 
	text-decoration: underline;
}

.SearchFooter a:visited
{
	color:#FFF; 
	text-decoration: underline;
}