/****** Main Table ******/
.center_page {
	margin:0 auto;
	width:998px;
}

.basicTable 	{width: 100%;}

.mainTable {
	width: 998px;
}

.mainTable75 {width: 100%;}
.mainTable50 {width: 100%;}

.mainTableCell		 	{padding: 4px 8px 4px 0px; vertical-align: top;}
.mainTableCellLeft {
	vertical-align: top;
	width: 200px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.mainTableCellCenter 	{
	vertical-align: top;
	width: 100%;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.mainTableCellRight 	{padding: 4px 0px 4px 0px; vertical-align: top;}

.homeGreeting 		{padding: 4px 10px 4px 10px; vertical-align: top;}
.homeGreeting table	{width: 100%; background: url(../images/globalsurfshop/greeteng-t-l.gif) no-repeat left top;}
.homeGreeting table td	{background: url(../images/globalsurfshop/greeteng-b-r.gif) no-repeat right bottom;}
.homeGreeting table div	{background: url(../images/globalsurfshop/greeteng-t-r.gif) no-repeat right top;}
.homeGreeting table div div	{padding: 15px; background: url(../images/globalsurfshop/greeteng-b-l.gif) no-repeat left bottom;}
.homeGreeting table td span	{color: #FFBA00; font: 15pt Arial, Helvetica, sans-serif; display: block; padding: 0px 0px 5px 0px;}
.homeGreeting table div div a	{color: #C5CCD0; text-decoration: none;}
.homeGreeting table div div a:hover	{color: #d90202; text-decoration: none;}

.introBlock {border: 1px solid #8A8A8A;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	/*position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 10px solid #000000;
	border-left: 10px solid #000000;*/
	border:none;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	display: block;
	background: ;
	vertical-align: top;
	/* Nuno Costa */
	background-image:url(../images/globalsurfshop/globalsurfshop_logo_preto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 88px;
	width: 998px;
	}

.headerMenu td#logo img {				/* Logo on the site */
	width: 0px;
	height: 0px;
	border: 0px solid #333;
	background: ;
	}
	
.headerMenu td#logoL {}
.headerMenu td#logoL img {				/* Logo on the site (if logo is left)*/
	margin: 20px 22px 10px 22px;
	border: 0px;
	}

table.menu_table td{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #3b3b3b;
	border-left-color: #3b3b3b;
	padding-left: 3px;
	padding-right: 0px;
	background-color: #000000;
}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	/*background: #000000;*/
	padding: 10px 0px 10px 0px;
	vertical-align: top;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {
	width: 100%;
}
.headerMenu td#menu td {text-align: left; padding-right: 2px;}

/* Active & Noneactive links in menu */

a.menu:link, a.menu:visited {
	background-color: #000000;
	display: block;/*color: #37A210*/
	color: #9f9f9f; /*text-decoration: underline*/
	text-decoration: none;
	text-transform: uppercase;
	font-family: "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #d90202;
	border-left-color: #000000;
	width: 120px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
a.menu:hover, a.menu:active {
	background-color: #000000;
	display: block;/*color: #37A210*/
	color: #d90202;
	text-decoration: none;
	text-transform: uppercase;
	font-family:  "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 120px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
a.menuActive:link, a.menuActive:visited {
	background-color: #000000;
	display: block;
	color: #9f9f9f;
	text-decoration: none;
	text-transform: uppercase;
	font-family:  "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #d90202;
	border-left-color: #000000;
	width: 120px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
a.menuActive:hover, a.menuActive:active {
	background-color: #000000;
	display: block;
	color: #d90202; /*text-decoration: underline*/
	text-decoration: none;
	text-transform: uppercase;
	font-family:  "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 120px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid #808689; 
	border-left: 1px solid #808689;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #808689;
	border-bottom: 1px solid #808689;
	display:block;
	font: 11px tahoma, verdana, sans-serif; 
	color: #FFFFFF;
	text-decoration:none;
	text-align: left;
	background: #000000;
}

a.subMenu:hover, a.subMenu:active {
	background: #808689; 
	color: #000000;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #37A210;}
a.secondaryMenu:hover 		{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #37A210;}
a.secondaryMenuActive 		{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #FFBA00; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #FFBA00; text-decoration: none;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border: 0px solid #D5D5D5; margin: 0px 0px 10px 0px;}

.breadcrumbBegin {
	vertical-align: top;
	width: 11px;
	border: 0px solid #999;
	/*background: url(../images/globalsurfshop/breadcramb-b-l.gif) no-repeat left bottom;*/
	}
.breadcrumbBegin img {width: 11px; height: 10px; /*background: url(../images/globalsurfshop/breadcramb-t-l.gif) no-repeat left top;*/ margin-bottom: 10px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border-top: 1px solid #8A8A8A;
	border-right: 0px solid #999;
	border-bottom: 1px solid #8A8A8A;
	border-left: 0px solid #999;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	background: #000000;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter b {/*color: #37A210*/color: #a8a8a8; font-size: 9pt;}
.breadcrumbDelimiter a {/*color: #37A210*/color: #a8a8a8; text-decoration: none; font-size: 9pt; font-weight: normal;}
.breadcrumbDelimiter a:hover {/*color: #37A210*/color: #d90202; /*text-decoration: underline*/text-decoration: none; font-size: 9pt; font-weight: normal;}
.breadcrumbDelimiter span {
	color: #EEAE00;
	font-size: 8pt;
	}
.breadcrumbDelimiter img {display: none;}
	
.breadcrumbRSS {
	border-top: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
	background: #000000;
	}

.breadcrumbEnd {
	vertical-align: top;
	width: 11px;
	border: 0px solid #999;
	/*background: url(../images/globalsurfshop/breadcramb-b-r.gif) no-repeat right bottom;*/
	}
.breadcrumbEnd img {width: 11px; height: 10px; /*background: url(../images/globalsurfshop/breadcramb-t-r.gif) no-repeat right top;*/ margin-bottom: 10px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 11pt; color: #999999; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 11pt; color: #D59D09; margin-right: 10px; font-weight: bold;}
/****************** end Order Pages ***********************************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {
	background-color: #434343;
	padding: 0px;
	margin: 0px;
}

table.titleTop td.titleTopCenter div{
	text-align: left;
}

.titleTopLeft {
	border: 0px;
	background-image: url(../images/globalsurfshop/titleTopLeft.jpg);
	background-repeat: no-repeat;
	background-position: center 2px;
	height: 25px;
	width: 22px;
	padding-top: 12px;
}
.titleTopImgLeft {width: 18px; height: 1px;}

.titleTopCenter {
	white-space: normal;
	padding:8px 0px 0px 0px;
	border: 0px;
	background-image:url(../images/globalsurfshop/titleTopCenter.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.titleTopCenter div {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
}
.titleTopCenter div b { font-weight: bold;}
.titleTopRight {
	width: 24px;
	border: 0px;
	/*background: url(../images/globalsurfshop/cblock-t-r.gif) no-repeat top right;*/
	background-image: url(../images/globalsurfshop/titleTopRight.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	}
.titleTopImgRight {width: 24px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block {
	border: 0px;
	/*background: #2B2B2B url(../images/globalsurfshop/cblock-r-bgr.gif) repeat-y right;*/
	}
.blockTD {
	background-color: #434343;
	padding: 1px;
	
}
.menuLeft {/*background: url(../images/globalsurfshop/cblock-l-bgr.gif) repeat-y left; padding: 0px 11px;*/}

/****** Center ******/

/****** Top ******/

.titleTop_custom {
	padding: 0px;
	margin: 0px;
}

table.titleTop_custom td.titleTopCenter_custom div{
	text-align: left;
}

.titleTopLeft_custom {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8c8c8c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8c8c8c;
	background-image: url(../images/globalsurfshop/titleTopLeft.jpg);
	background-repeat: no-repeat;
	background-position: center 2px;
	height: 25px;
	width: 22px;
	padding-top: 12px;
}
.titleTopImgLeft_custom {width: 18px; height: 1px;}

.titleTopCenter_custom {
	white-space: normal;
	padding:10px 0px 0px 0px;
	background-image:url(../images/globalsurfshop/titleTopCenter.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8c8c8c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8c8c8c;
}
.titleTopCenter_custom div {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
}
.titleTopCenter_custom div b { font-weight: bold;}
.titleTopRight_custom {
	width: 24px;
	border: 0px;
	/*background: url(../images/globalsurfshop/cblock-t-r.gif) no-repeat top right;*/
	background-image: url(../images/globalsurfshop/titleTopRight.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	}
.titleTopImgRight_custom {width: 24px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block_custom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8c8c8c;
	border-bottom-color: #8c8c8c;
	border-left-color: #8c8c8c;	/*background: #2B2B2B url(../images/globalsurfshop/cblock-r-bgr.gif) repeat-y right;*/
	}
.blockTD_custom {
	padding: 1px;
	
}
.menuLeft_custom {/*background: url(../images/globalsurfshop/cblock-l-bgr.gif) repeat-y left; padding: 0px 11px;*/}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 8px; padding-bottom: 13px; }

.titleBotLeft {
	width: 24px;
	border: 0px;
	/*background: url(../images/globalsurfshop/cblock-b-l.gif) no-repeat left;*/
	}
.titleBotImgLeft {width: 24px; height: 1px;}

.titleBotRight {
	width: 100%;
	text-align: right;
	border: 0px;
	/*background: url(../images/globalsurfshop/cblock-b-bgr.gif) repeat-x bottom;*/
	}
.titleBotImgRight {width: 24px; height: 23px; /*background: #6699ff url(../images/globalsurfshop/cblock-b-r.gif) no-repeat right;*/}

/****** Bottom ******/

.bl_simple .titleTopRight, .bl_banners .titleTopRight, .bl_navigation .titleTopRight
 {width: 100%; /*background: url(../images/globalsurfshop/cblock-t-bgr.gif) repeat-x top;*/ text-align: right;}
.bl_simple .titleTopImgLeft, .bl_banners .titleTopImgLeft, .bl_navigation .titleTopImgLeft 
 {width: 24px; height: 23px;}
.bl_simple .titleTopImgRight, .bl_banners .titleTopImgRight, .bl_navigation .titleTopImgRight
 {width: 24px; height: 23px; /*background: url(../images/globalsurfshop/cblock-t-r.gif) no-repeat top right;*/}

/*table#user-home .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}*/
table#user-home .titleTopRight {width: 100%; /*background: url(../images/globalsurfshop/cblock-t-bgr.gif) repeat-x top;*/ text-align: right;}
table#user-home .titleTopImgLeft {width: 24px; height: 23px;}
table#user-home .titleTopImgRight {width: 24px; height: 23px; background: url(../images/globalsurfshop/cblock-t-r.gif) no-repeat top right;}

/************* end Fieldset ***************/

/***************custom blocks in left & right column********************/
.mainTableCellLeft .titleTopLeft, .mainTableCellRight .titleTopLeft 
 {width: 23px; /*background: url(../images/globalsurfshop/lrblock-t-l.gif) no-repeat top left;*/}
.mainTableCellLeft .titleTopImgLeft, .mainTableCellRight .titleTopImgLeft 
 {width: 23px; height: 1px;}
.mainTableCellLeft .titleTopCenter, .mainTableCellRight .titleTopCenter 
 {/*background: url(../images/globalsurfshop/lrblock-t-bgr.gif) repeat-x top;*/ padding:10px 0px 0px 0px;}
.mainTableCellLeft .titleTopCenter table, .mainTableCellRight .titleTopCenter table 
 { width: 100%;}
.mainTableCellLeft .titleTopCenter div, .mainTableCellRight .titleTopCenter div 
 { text-align: center;}
.mainTableCellLeft .titleTopRight, .mainTableCellRight .titleTopRight 
 {width: 24px; /*background: url(../images/globalsurfshop/lrblock-t-r.gif) no-repeat top right;*/}
.mainTableCellLeft .titleTopImgRight, .mainTableCellRight .titleTopImgRight 
 {width: 24px; height: 55px;}
.mainTableCellLeft .block, .mainTableCellRight .block 
 {/*background: #2B2B2B url(../images/globalsurfshop/lrblock-r-bgr.gif) repeat-y right;*/}
.mainTableCellLeft .block .blockTD, .mainTableCellRight .block .blockTD 
 {/*background: url(../images/globalsurfshop/lrblock-l-bgr.gif) repeat-y left;*/}
.mainTableCellLeft .block .menuLeft, .mainTableCellRight .block .menuLeft 
 {/*background: url(../images/globalsurfshop/lrblock-l-bgr.gif) repeat-y left;*/}
.mainTableCellLeft .titleBotLeft, .mainTableCellRight .titleBotLeft 
 {width: 23px; border: 0px; /*background: url(../images/globalsurfshop/lrblock-b-l.gif) no-repeat left;*/}
.mainTableCellLeft .titleBotImgLeft, .mainTableCellRight .titleBotImgLeft 
 {width: 23px; height: 1px;}
.mainTableCellLeft .titleBotRight, .mainTableCellRight .titleBotRight 
 {width: 100%; border: 0px; /*background: url(../images/globalsurfshop/lrblock-b-bgr.gif) repeat-x bottom;*/}
.mainTableCellLeft .titleBotImgRight, .mainTableCellRight .titleBotImgRight 
 {width: 24px; height: 23px; /*background: #6699ff url(../images/globalsurfshop/lrblock-b-r.gif) no-repeat right;*/}

.mainTableCellLeft .bl_simple .titleTopRight, .mainTableCellLeft .bl_banners .titleTopRight, .mainTableCellLeft .bl_navigation .titleTopRight,
.mainTableCellRight .bl_simple .titleTopRight, .mainTableCellRight .bl_banners .titleTopRight, .mainTableCellRight .bl_navigation .titleTopRight
 {width: 100%; /*background: url(../images/globalsurfshop/lrblock-t-bgr.gif) repeat-x top; text-align: right;*/}
.mainTableCellLeft .bl_simple .titleTopImgLeft, .mainTableCellLeft .bl_banners .titleTopImgLeft, .mainTableCellLeft .bl_navigation .titleTopImgLeft, 
.mainTableCellRight .bl_simple .titleTopImgLeft, .mainTableCellRight .bl_banners .titleTopImgLeft, .mainTableCellRight .bl_navigation .titleTopImgLeft 
 {width: 23px; height: 23px;}
.mainTableCellLeft .bl_simple .titleTopImgRight, .mainTableCellLeft .bl_banners .titleTopImgRight, .mainTableCellLeft .bl_navigation .titleTopImgRight,
.mainTableCellRight .bl_simple .titleTopImgRight, .mainTableCellRight .bl_banners .titleTopImgRight, .mainTableCellRight .bl_navigation .titleTopImgRight
 {width: 24px; height: 23px; /*background: url(../images/globalsurfshop/lrblock-t-r.gif) no-repeat top right;*/}
/***************custom blocks in left & right column********************/

/***************custom blocks offers and categories********************/
.bl_categoriescatalog .titleTopLeft
 {width: 23px; /*background: url(../images/globalsurfshop/categories-t-l.gif) no-repeat top left;*/}
.bl_categoriescatalog .titleTopImgLeft
 {width: 23px; height: 1px;}
.bl_categoriescatalog .titleTopCenter
 {/*background: url(../images/globalsurfshop/categories-t-bgr.gif) repeat-x top;*/}
.bl_categoriescatalog .titleTopRight
 {width: 24px; /*background: url(../images/globalsurfshop/categories-t-r.gif) no-repeat top right;*/}
.bl_categoriescatalog .titleTopImgRight
 {width: 24px; height: 55px;}
.bl_categoriescatalog .block
 {/*background: #341F17 url(../images/globalsurfshop/categories-r-bgr.gif) repeat-y right;*/}
.bl_categoriescatalog .block .blockTD
 {/*background: url(../images/globalsurfshop/categories-l-bgr.gif) repeat-y left;*/}
.bl_categoriescatalog .titleBotLeft
 {width: 23px; border: 0px; /*background: url(../images/globalsurfshop/categories-b-l.gif) no-repeat left;*/}
.bl_categoriescatalog .titleBotImgLeft
 {width: 23px; height: 1px;}
.bl_categoriescatalog .titleBotRight
 {width: 100%; border: 0px; /*background: url(../images/globalsurfshop/categories-b-bgr.gif) repeat-x bottom;*/}
.bl_categoriescatalog .titleBotImgRight
 {width: 24px; height: 23px; /*background: #6699ff url(../images/globalsurfshop/categories-b-r.gif) no-repeat right;*/}

.bl_offers .titleTopLeft
 {width: 23px; /*background: url(../images/globalsurfshop/offers-t-l.gif) no-repeat top left;*/}
.bl_offers .titleTopImgLeft
 {width: 23px; height: 1px;}
.bl_offers .titleTopCenter
 {/*background: url(../images/globalsurfshop/offers-t-bgr.gif) repeat-x top;*/}
.bl_offers .titleTopRight
 {width: 24px; /*background: url(../images/globalsurfshop/offers-t-r.gif) no-repeat top right;*/}
.bl_offers .titleTopImgRight
 {width: 24px; height: 55px;}
.bl_offers .block
 {/*background: #263C4E url(../images/globalsurfshop/offers-r-bgr.gif) repeat-y right;*/}
.bl_offers .block .blockTD
 {/*background: url(../images/globalsurfshop/offers-l-bgr.gif) repeat-y left;*/}
.bl_offers .titleBotLeft
 {width: 23px; border: 0px; /*background: url(../images/globalsurfshop/offers-b-l.gif) no-repeat left;*/}
.bl_offers .titleBotImgLeft
 {width: 23px; height: 1px;}
.bl_offers .titleBotRight
 {width: 100%; border: 0px; /*background: url(../images/globalsurfshop/offers-b-bgr.gif) repeat-x bottom;*/}
.bl_offers .titleBotImgRight
 {width: 24px; height: 23px; /*background: #6699ff url(../images/globalsurfshop/offers-b-r.gif) no-repeat right;*/}
/***************custom blocks offers and categories********************/
.bl_search .titleTopCenter td {
}

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt; color: #D59D09;
	white-space: nowrap;
	/*background: url(../images/globalsurfshop/cblock-t-bgr.gif) repeat-x top;*/
	background-image:url(../images/globalsurfshop/titleTopCenter.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
}
td.userHomeTitle b {color: #ffffff;}

div.userHomeBottom {						
	display: auto;
	background: none;
	padding: 0px 20px 0px 20px;
	}
div.userHomeBottom a {/*color: #D59D09*/color:# a8a8a8; /*text-decoration:underline*/text-decoration:none;}
div.userHomeBottom a:hover {color: #d90202; text-decoration:none;}

td.userHome img.orders 		{
	display:none;
	width: 50px;
	height: 50px;
	border:0px;
	float: left;
	margin: 0px 5px 0px 0px;
	background-color: #00FF00;
	background-image: url(../images/icons/admin_orders.gif);
	background-repeat: no-repeat;
}
td.userHome img.profile 	{display:none; background: url(../images/icons/user_profile.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.arr		 	{display:none; background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 55px;}
td.userHome img.support 	{display:none; background: url(../images/icons/admin_support.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.forum 		{display:none; background: url(../images/icons/admin_forum.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.products 	{display:none; background: url(../images/icons/admin_products.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.pages 		{display:none; background: url(../images/icons/admin_pages.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.merchant 	{display:none; background: url(../images/icons/admin_affiliates.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.affiliates 	{display:none; background: url(../images/icons/admin_affiliates.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.payments 	{display:none; background: url(../images/icons/admin_payments.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.carts	 	{display:none; background: url(../images/icons/admin_carts.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.wishlist 	{display:none; background: url(../images/icons/admin_carts.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.reminders 	{display:none; background: url(../images/icons/user_profile.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}

td.userHome div {margin-left: 0px;}

td.userHome a.title {color: #FFFFFF;}
td.userHome a.title:hover {color: #d90202;}

td.userHome a.smallText b {color:#ffffff;}
td.userHome a.smallText b:hover {color:#d90202;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/

td.butTd {}
td.butTd span.spacer {display: auto; color: #C5CCD0;}	/* '|' between button */

a.button:link, a.button:visited {
	padding: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.button:hover, a.button:active {
	padding: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.button-add span 		{
	/*display: auto;*/ font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 3px;
	height: 28px;
	width: 100px;
	text-align: center;
	background-image: url(../images/globalsurfshop/button-add.gif);
	background-repeat: no-repeat;
	background-position: center;
}		/* add to cart (products categories, product details) */
a.button-add {
	/*display:block;
	background-image: url(../images/globalsurfshop/button-add.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 80px;
	text-decoration:none;
	text-align:center;
	vertical-align: 50%;*/
	outline:none;
	height: 28px;
	width: 100px;
	padding: 3px;
}
a:hover.button-add		{color: #FFFFFF;}
a.button-add img 		{
	display: none;
}

/*a.button-add span {
	display: block;
    line-height: 18px;
    padding: 5px 0 5px 7px;
	background-color: transparent;
	background-image: url(../images/globalsurfshop/button-add-l-bgr.png);
	background-repeat: no-repeat;
}		/* add to cart (products categories, product details) 

a.button-add {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform:capitalize;
}

a:hover.button-add {
	color: #333333;
}

a.button-add img {
	/*display: none;
	display: block;
	/*float: left;
	height: 28px;
	margin-right: 6px;
	padding-right: 7px; /* sliding doors padding 
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/globalsurfshop/button-add-r-bgr.png);
	background-repeat: no-repeat;
	background-position: left top;
	outline: none;
}*/

a.button-view span 		{display: auto; white-space: nowrap;}		/* view cart (products categories, product details) */
a.button-view img 		{display: none;}
a.button-check span 	{display: auto; white-space: nowrap;}		/* check out (products categories, product details) */
a.button-check img 		{display: none;}
a.button-wishlist span 	{display: auto; white-space: nowrap;}		/* wishlist (products categories, product details) */
a.button-wishlist img 		{display: none;}

a.buttonBasket:link, a.buttonBasket:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.buttonBasket:hover, a.buttonBasket:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a.button-shopping span 	{display: auto; white-space: nowrap;}			/* Continue shopping (basket) */
a.button-shopping img 	{display: none;}
a.button-retrieve span 	{display: auto; white-space: nowrap;}			/* Retrieve Cart (basket) */
a.button-retrieve img 	{display: none;}
a.button-save span 		{display: auto; white-space: nowrap;}			/* Save cart (basket) */
a.button-save img 		{display: none;}
a.button-clear span 	{display: auto; white-space: nowrap;}			/* Clear cart (basket) */
a.button-clear img 		{display: none;}
a.button-checkout span 	{display:auto; color: #FF0000; white-space: nowrap;}			/* Checkout (basket) */
a.button-checkout		{color: #FF0000;}
a.button-checkout img 	{display:none;}

a.buttonCart:link, a.buttonCart:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	cursor:pointer;
}
a.buttonCart:hover, a.buttonCart:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a.button-check span 	{display: auto; white-space: nowrap;}		/* Checkout (small cart) */
a.button-check img 		{display: none;}
a.button-amend span 	{display: auto; white-space: nowrap;}		/* Amend cart (small cart) */
a.button-amend img 		{display: none;}
a.button-view span 		{
	display: auto;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 5px;
	float: right;
}		/* View cart (small cart) */
a.button-view img 		{display: none;}

a.buttonMore:link, a.buttonMore:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}
a.buttonMore:hover, a.buttonMore:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a.buttonMore span 	{display:auto; white-space: nowrap;}			/* read more... (special offers, etc.) */
a.buttonMore b 		{font-weight: normal;}
a.buttonMore img 	{display:none;}

a.disabled {							/* disadled add to cart */
	color: gray;
	cursor: pointer;
	padding: 0px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
a.disabled:hover {color: gray; cursor: pointer; text-decoration: none;}
/************* Button Links *******************/

/************* Category *******************/
.topCategory 			{
	margin: 0px;
	padding: 3px 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
	background-color: #000000;
	font-family: "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.selectedtopCategory {
	background: #212121;
	margin: 0px;
	padding: 3px 0px;
	border-left: 2px solid #404040;
	border-right: 2px solid #404040;
	font-family: "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
        
.subCategory {
	margin: 0px;
	padding: 3px 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
	background-color: #000000;
	font-family: "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.selectedsubCategory {
	background: #212121;
	margin: 0px;
	padding: 3px 0px;
	border-left: 2px solid #404040;
	border-right: 2px solid #404040;
	font-family: "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/************* Category *******************/

/************* Latest *******************/
td.topArticle {
	padding: 3px 3px 3px 0px;
}
td.subArticle {
	padding: 3px 3px 3px 0px;
}

a.subArticle {padding-left: 8px; font-size: 11px; background: url(../images/bullet.gif) no-repeat left 3px;}
/************* Latest *******************/

/************* Offers *******************/
.bl_offers .block .blockTD a.bigtitle			{font-size: 10pt; text-decoration: none; color: #dedede;}
.bl_offers .block .blockTD a.bigtitle:hover 	{text-decoration: none; color: #d90202;}
#offerTitleTop				{display: none;}
#offerTitle					{text-align: left; clear: right; display: block;}
.offerImg					{text-align: center;}
.offerImg img				{
	padding:2px;
	margin: 5px;
	/* filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#333333', Positive='true'); */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
.offerImg div				{text-align: justify;}
.offerImg div#offerText	{display:
	padding: 3px;
	padding: 3px;
}
.offerImg a.buttonMore span {display:none;}


.bl_productslist .block .blockTD img.productImg, .bl_productdetails .block .blockTD img.productImg 
{padding:2px;background:#fff;border:1px solid #091B2A;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#1D3142', Positive='true');/* top: -20px; position: relative;*/} 

/************* Forum *******************/
.forumAdmin 			{color: blue; font-weight: bold;}
.forumUser 				{color: black; font-weight: bold;}
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft 	{background: #DDDDDD; border-left:1px solid #212121; 	border-top:1px solid #212121; border-bottom:1px solid #212121; }
.forumMessageRight 	{background: #DDDDDD; border: 1px solid #212121; }
.forumMessageTop 		{background: #2B2B2B; border-bottom: 1px solid #212121; }

/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD	 			{padding-left: 18px;}
.bl_categoriescatalog .blockTD img 		{display: ;}
.bl_categoriescatalog a.bigtitle			{color: #FFFFFF; text-decoration: none;}
.bl_categoriescatalog a.bigtitle:hover 	{color: #d90202; text-decoration: none;}


/************* Hot (news,...) *******************/
.bl_hot .blockTD img 				{display: none;}
.bl_hot .blockTD .articleDate		{display: none;}
.bl_hot .blockTD div 				{padding-left: 15px;}
.bl_hot a.bigtitle 					{padding-left: 15px; background: url(../images/globalsurfshop/arrow-green.gif) no-repeat 0px 4px; display: block; position: relative; left: -15px; font-size: 10pt; text-decoration: none; color: #dedede;}
.bl_hot a.bigtitle:hover 			{padding-left: 15px; background: url(../images/globalsurfshop/arrow-green.gif) no-repeat 0px 4px; text-decoration: none; color: #d90202;}
/*.bl_hot div.smalltext {padding-left: 15px;}*/

/*****************************************************************************/

/************* Footer *******************/

.footerMenu	{text-align:center; font-size:8pt;}
.footerMenu	span {padding: 0px 0px 0px 5px;}
.footerHTML	{text-align:center; padding: 10px;}

.footerHTML font	{font-size:12px; font-weight:bold;}
.footerHTML a {
	font-size:12px; 
	font-weight:bold;
	text-decoration:none;
}
.footerHTML a:hover {
	color: #d90202;	
}

.footerImg	{text-align:right;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

/************* Footer *******************/

/*.commonbg { background: #FFFFFF; }
.headerbg { background: #2B2B2B; }
.usualbg  { background: #f4f4f4; }*/
.middlebg { background: #212121; }
.errorbg  { background: #FF0000; }

body		{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #C5CCD0;
	margin: 0px;
	padding:0px; /*background: #000000;*/
	background-image: url(../images/globalsurfshop/patern_cinza.png);
	background-repeat: repeat;
}
body.popup	{ font: 9pt Arial, Helvetica, sans-serif; color: #C5CCD0; margin: 0px; padding:0px; background: #000000;}

tr, td						{font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color: #C5CCD0;}
/*tr.usual, td.usual		{background-color: #F4F4F4; }
tr.header, td.header		{background-color: #6699FF; color: white; }*/
tr.middle, td.middle		{background-color: #212121; font-weight: bold; }
tr.error, td.error		{background-color: #FFE0E0; color: red; font-weight: bold; }
/*table.usual 				{background-color: #2B2B2B;}    !!!! */

body.popup tr.usual, body.popup td.usual		{background-color: transparent; }
body.popup tr.header, body.popup td.header		{background-color: #212121; color: #C5CCD0; }

td.padding10px			{
	padding-top: 10px;
	/*padding-left: 20px;*/
}
table.padding6px td		{padding: 6px;}
table.padding6px td td	{padding: 0px;}
table.padding4px td		{padding: 4px;}
table.padding4px td td	{padding: 0px;}

td.tab				{border-top: 1px solid #212121; border-right: 1px solid #212121; border-left: 1px solid #212121;}
.tab				{font-size: 12pt; font-weight: bold; text-decoration: none; background: transparent;}
.tab:hover			{text-decoration: none; }
.tabActive			{font-size: 12pt; font-weight: bold; text-decoration: none; background: #212121; color: #FFBA00; }
.tabActive:hover	{text-decoration: none; color: #FFBA00; }
.tabline 			{background: #212121;}

div.adminTab 			{font-size:11px; border-bottom:#919b9c 1px solid; border-left:#91a7b4 1px solid; border-right:#91a7b4 1px solid; border-top:#91a7b4 1px solid; padding: 3px 8px 2px 8px; margin:3px 2px 0px 2px; cursor:hand; font-family:Verdana, sans-serif; background:#F5F3EB; moz-border-radius:4px 4px 0px 0px; whitespace:nowrap; white-space: nowrap;}
div.adminTabActive 	{font-size:11px; border-right:#919b9c 1px solid; border-left:#919b9c 1px solid; border-top:#FF8200 2px solid; border-bottom:0px solid; padding: 5px 9px 4px 9px;; margin:3px 0px 0px 0px; font-weight:bold; cursor:default; font-family:Verdana, sans-serif; background-color:#FCFFD5; moz-border-radius:4px 4px 0px 0px; whitespace:nowrap; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #919b9c;}
td.adminTabActive	{border: 0px;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919b9c;}
td.endTab			{padding: 0px 4px; width: 100%; border-bottom: 1px solid #919b9c;}
a.blackSm, a.blackSm:hover {color: #000;}

input					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
input.usualprice	{color: #C5CCD0;background-color: transparent; border: none; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
input.orderprice	{color: #C5CCD0;background-color: transparent; border: none; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
input.search		{border-top: 1px solid #808689;border-right: 1px solid #808689;border-bottom: 1px solid #808689;border-left: 1px solid #808689; background-color: #FFFFFF; color: #000;}
input.text			{border-top: 1px solid #808689;border-right: 1px solid #808689;border-bottom: 1px solid #808689;border-left: 1px solid #808689; background: transparent; color: #C5CCD0;}
input.field			{
	border-top: 1px solid #808689;
	border-right: 1px solid #808689;
	border-bottom: 1px solid #808689;
	border-left: 1px solid #808689;
	color: #C5CCD0;
	background-color: #00FF00;
}
input.fieldSmall{border-top: 1px solid #808689;border-right: 1px solid #808689;border-bottom: 1px solid #808689;border-left: 1px solid #808689; background: transparent; color: #C5CCD0; font-size: 8pt;}
input.submit		{
	font-weight: bold;
	border: 0px;
	color: #FFFFFF;
	font-size: 9pt;
	cursor: pointer;
	background: url(../images/globalsurfshop/button-r-bgr.gif) no-repeat right;
	height: 28px;
	padding: 2px 7px 2px 0px;
	text-transform: uppercase;
}
	input#clear		{color: #8A8A8A;}
	input#reset		{color: #FFFFFF;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #FFFFFF;}
	input#delete	{color: #FFFFFF;}
select				{
	border-top: 1px solid #808689;
	border-right: 1px solid #808689;
	border-bottom: 1px solid #808689;
	border-left: 1px solid #808689;
	color: #000000;
	background-color: #FFFFFF;
}
option				{/*background: #212121;*/}
select.search		{
	border-top: 1px solid #808689;
	border-right: 1px solid #808689;
	border-bottom: 1px solid #808689;
	border-left: 1px solid #808689;
	/*background-color:#FFFFFF;*/
	color: #000000;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
textarea				{border-top: 1px solid #808689;border-right: 1px solid #808689;border-bottom: 1px solid #808689;border-left: 1px solid #808689; background: transparent; color: #C5CCD0;}

input.field {margin-bottom: 3px;background-color:#FFFFFF;color: #000000;}
select.field {margin-bottom: 3px;background-color:#FFFFFF;}

input.submit {margin: 2px 0px 2px 0px;}
html>body input.submit {margin: 4px 0px 4px 0px;}
* html input.submit {margin: 0px 0px 0px 0px;}

span.submit {background: url(../images/globalsurfshop/button-l-bgr.gif) no-repeat left; font: 25px Arial; padding-left: 7px !important; white-space: nowrap; display: inline-block;}
/*For old templates < ver. 3.3*/
td.submit {
	background: url(../images/globalsurfshop/button-l-bgr.gif) no-repeat left;
	padding-left: 7px !important;
}

form { margin: 0; }

hr {background: #212121; border: 0px; color: #212121;}

a.header 			{color: #C5CCD0; text-decoration: none; }
a.header:hover		{color: #d90202; text-decoration: none; }
a.title				{font-size: 10pt; font-weight: bold;  color: #dedede; text-decoration: none; }
a.title:hover		{font-size: 10pt; font-weight: bold;  color: #d90202; text-decoration: none; }
div.bigtitle {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: normal;
}
a.bigtitle {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	text-transform: capitalize;
}
a.bigtitle:hover {
	color: #d90202;
	text-decoration: none;
}
a.smallText {
	color: #C5CCD0;
	text-decoration: none;
	font-size: 9pt;
}
a.smallText:hover {/*color: #C5CCD0*/
	color: #d90202;
	text-decoration: none;
	font-size: 9pt;
}

a.smallText_found {
	color: #C5CCD0;
	text-decoration: none;
	font-size: 9pt;
}

a.smallText_found:hover {
	color: #d90202;
	text-decoration: none;
	font-size: 9pt;
}

a {color: #C5CCD0; text-decoration: none; font-size: 9pt; }
a:hover	{color: #d90202; text-decoration: none; }


/* prices styles */
.priceBlock { color: #fff; font-weight: bold; font-family: Arial, Helvetica; }
.priceBlockOld { color: #fff; text-decoration: none; font-family: Arial, Helvetica; }
.priceBlockHidden { color: #fff; font-weight: bold; font-family: Arial, Helvetica; display: none; }
.priceBlockEdit { color: #fff; font-weight: bold; font-family: Arial, Helvetica; }
.priceBlock .price, .priceBlockHidden .price { color:#FF0000; font-weight: bold; font-size:12pt; }
.priceBlockOld .price { font-weight: normal; }
.priceBlockEdit input.price { text-align: right; font-weight: bold; width: 80px; font-size:10pt; color:black; border-top: 1px solid #7F9DB9; border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9; }
.priceBlock .priceTax, .priceBlockHidden .priceTax { font-weight: normal; }
.priceBlockOld .priceTax { font-weight: normal; }

.salesBlock {color: #fff; font-weight: bold; border: none; background: transparent; font-family: Arial, Helvetica; }
.salesPrice { font-weight: bold; }
.salesTax { font-weight: normal; }

.priceSaveBlock { color: #99f; font-weight: bold; font-family: Arial, Helvetica; }
.priceSaveBlock .price { font-weight: bold; }
.priceSaveBlock .percent { font-weight: normal; }

.pointsPriceBlock { font-family: Arial, Helvetica; }
.pointsPriceBlock .points { }

.rewardPointsBlock { font-family: Arial, Helvetica; }
.rewardPointsBlock .points { }

.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #FFBA00; background: #212121; padding: 5px 10px !important; }
.productsDelimiter 		{background: #212121; padding: 0px !important;}
.productsDelimiterTop 	{background: #212121; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}

.wishlist-opacity	{display: none; z-index: 900; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1; moz-opacity: 0.5; opacity: 0.5;}
.wishlist-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 400px; background: #454545;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #2B2B2B; border: 1px solid #091B2A;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 14px; text-align:justify;}

.titleText			{color: #C5CCD0; text-decoration: none;}
.articleDate	{font-size: 8pt; color: #C5CCD0; font-style: italic; }
.top				{font-size: 8pt; padding: 2 0 2 0;}
.smallText		{
	font-size: 9pt;
}
.middleText		{font-size: 9pt; }
.bigText			{font-size: 10pt; }
.comment			{font-size: 8pt; color: #7777CC; }
.message			{font-size: 9pt; color: #FFBA00; }
.title			{font-size: 10pt; font-weight: bold; color: #dedede; }
.bigtitle		{font-size: 12pt; font-weight: bold; color: #dedede; }
.error			{color: red; }
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

span.nobr       {white-space: nowrap !important;}

/*************  Manual  ***************/

.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}

/*************  Left Menu  ***************/

.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}

.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}

/************* Nuno Costa ****************7
/************* search background ************/
td.search_back {
	background-color: #8C8C8C;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 5px;
}

td.subscribe_back {
	padding: 3px;
}

td.padding_icons {
	padding-left: 30px;
}

td.usados {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
	padding: 3px 0px;
	padding-left: 23px;
}

td.usados a {
	font-family:  "AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-decoration:none;
	color: #dedede;
}

td.usados a:hover {
	text-decoration: none;
	color: #d90202;
}

.novo_anuncio a {
	font-family:"AvantGarde Md BT", Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}

.novo_anuncio a:hover {
	color: #dedede;
}

/* ICONS */
.padding_icons {
	margin-top: 7px;
	margin-bottom: 7px;	
}

.icon_gray {
	background-image: url(../images/globalsurfshop/globalsurfshop_black_preto.jpg);
	width: 14px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	/*padding-right: 28px;*/
	cursor: pointer;	
}

.icon_white {
	background-image: url(../images/globalsurfshop/globalsurfshop_white_preto.jpg);
	width: 14px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	/*margin-right: 12px;*/
	cursor: pointer;
}

.icon_blue {
	background-image: url(../images/globalsurfshop/globalsurfshop_blue.png);
	width: 14px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	/*margin-right: 12px;*/
}

.icon_green {
	background-image: url(../images/globalsurfshop/globalsurfshop_green.png);
	width: 14px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	/*margin-right: 12px;*/
}

.icon_red {
	background-image: url(../images/globalsurfshop/globalsurfshop_red.png);
	width: 14px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	/*margin-right: 12px;*/
}

/* FLAGS */
.icon_french {
	background-image: url(../images/globalsurfshop/globalsurfshop_frances.jpg);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	/*padding-right: 35px;*/
}

.icon_english {
	background-image: url(../images/globalsurfshop/globalsurfshop_ingles.jpg);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 25px;
	/*margin-right: 12px;*/
}

.icon_italian {
	background-image: url(../images/globalsurfshop/globalsurfshop_italiano.jpg);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 25px;
	/*margin-right: 12px;*/
}

.icon_spanish {
	background-image: url(../images/globalsurfshop/globalsurfshop_espanhol.jpg);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 25px;
	/*margin-right: 12px;*/
}

.icon_portuguese {
	background-image: url(../images/globalsurfshop/globalsurfshop_portugues.jpg);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 25px;
	/*margin-right: 12px;*/
}

/* Helpdesk */
.info {
	background-image:url(../images/globalsurfshop/info.jpg);
	height: 43px;
	width: 33px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;	
}

.apoio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 30px;
}

.tlm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF0000;	
}

.horario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	font-style: italic;
	color: #FFFFFF;
	padding-bottom: 12px;
}

td.paypal {
	background-image: url(../images/globalsurfshop/paypal.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 67px;
}

td.visa {
	background-image: url(../images/globalsurfshop/visa.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 19px;
	width: 43px;
}

td.ctt {
	background-image: url(../images/globalsurfshop/ctt.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 46px;
}
/* ICONS Search */
.padding_icons_search {
	margin-top: 5px;
	margin-bottom: 5px;
}

.homem{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/globalsurfshop/globalsurfshop_homem.jpg);
	height: 38px;
	width: 41px;
	text-decoration: none;
	background-color: transparent !important;
	border:none;
	display: block;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	padding-left: 20px; /* Width of left menu image */
	text-indent: -80px;
	outline: none;
	cursor:pointer;
}

.mulher {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/globalsurfshop/globalsurfshop_mulher.jpg);
	height: 38px;
	width: 41px;
	text-decoration: none;
	background-color: transparent !important;
	border:none;
	display: block;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	padding-left: 20px; /* Width of left menu image */
	text-indent: -80px;
	outline: none;
	cursor:pointer;
}

.crianca {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/globalsurfshop/globalsurfshop_crianca.jpg);
	height: 38px;
	width: 41px;
	text-decoration: none;
	background-color: transparent !important;
	border:none;
	display: block;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	padding-left: 20px; /* Width of left menu image */
	text-indent: -80px;
	outline: none;
	cursor:pointer;
}

.homem_td {
	display: block;
	text-align:center;
	background-color:#FF0000;
}

/******** Bloco suporte ao utilizador *********/
.bl_support_intro {
	color:#000000;
	font-weight: bold;	
}

/******** Footer **********/
.footer_top {
	background-image: url(../images/globalsurfshop/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 112px;
	width: 974px;
}

/************ Carrinho de compras **********/
.carrinho {
	background-image: url(../images/globalsurfshop/carrinho.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 79px;	
}

.view_cart a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #000000;
	text-decoration: none;
}

.view_cart a:hover {
	text-decoration: none;
	color: #d90202;	
}

/*********** Bloco lista de categorias **********/
.secondcoll {
	padding-left: 23px;
}

/*********** Bloco pesquisa **************/
.pesquisa_sexo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #e3e3e3;	
}

/************** Breadcrumbs ***********/
td.arrow span {
	background-image: url(../images/globalsurfshop/arrow-red.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 8px;
	height: 10px;
	padding-right: 5px;
}

td.arrow a {
	padding-right: 5px;
}

/************** Top Sellers ***********/
.titleTopLeft_topSellers {
	border: 0px;
	background-image: url(../images/globalsurfshop/fundo_mais_vendidos_titleTopLeft2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 22px;
}
.titleTopImgLeft_topSellers {width: 22px; height: 1px;}

.titleTopCenter_topSellers {
	white-space: normal;
	padding:8px 0px 0px 0px;
	border: 0px;
	background-image:url(../images/globalsurfshop/fundo_mais_vendidos_titleTopCenter2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 548px;
}
.titleTopCenter_topSellers div {
	color: #434343;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
}
.titleTopCenter div b { font-weight: bold;}
.titleTopRight_topSellers {
	border: 0px;
	/*background: url(../images/globalsurfshop/cblock-t-r.gif) no-repeat top right;*/
	background-image: url(../images/globalsurfshop/fundo_mais_vendidos_titleTopRight2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 24px;
	height: 30px;
	}
.titleTopImgRight_topSellers {width: 24px; height: 1px;}

.block_topSellers {
	border: 0px;
	/*background: #2B2B2B url(../images/globalsurfshop/cblock-r-bgr.gif) repeat-y right;*/
}

.blockTD_topSellers {
	background-color: #000000;
	background-image: url(../images/globalsurfshop/fundo_mais_vendidos_block2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 114px;
	width: 597px;	
}
.menuLeft {/*background: url(../images/globalsurfshop/cblock-l-bgr.gif) repeat-y left; padding: 0px 11px;*/}

.top a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;	
}

.top a:hover {
	color: #d90202;	
}

.top b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #434343;	
}

/**************** NOVIDADES ***********/
.titleTopLeft_novidades {
	border: 0px;
	background-image: url(../images/globalsurfshop/fundo_novidades_titleTopLeft.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 22px;
}
.titleTopImgLeft_novidades {width: 22px; height: 1px;}

.titleTopCenter_novidades {
	white-space: normal;
	padding:8px 0px 0px 0px;
	border: 0px;
	background-image:url(../images/globalsurfshop/fundo_novidades_titleTopCenter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 548px;
}
.titleTopCenter_novidades div {
	color: #fff;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
}
.titleTopCenter div b { font-weight: bold;}
.titleTopRight_novidades {
	border: 0px;
	/*background: url(../images/globalsurfshop/cblock-t-r.gif) no-repeat top right;*/
	background-image: url(../images/globalsurfshop/fundo_novidades_titleTopRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 24px;
	height: 30px;
	}
.titleTopImgRight_novidades {width: 24px; height: 1px;}

.block_novidades {
	border: 0px;
	/*background: #2B2B2B url(../images/globalsurfshop/cblock-r-bgr.gif) repeat-y right;*/
}

.blockTD_novidades {
	background-color: #000000;
	background-image: url(../images/globalsurfshop/fundo_novidades_block.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 115px;
}
.menuLeft {/*background: url(../images/globalsurfshop/cblock-l-bgr.gif) repeat-y left; padding: 0px 11px;*/}

/************** Offers ***************/
.table_offers {
	background-color:#ffffff;
	border-top-width: 2px; 
	border-top-style: solid;
	border-top-color: #d90202;
	border-bottom-width: 2px; 
	border-bottom-style: solid;
	border-bottom-color: #d90202;
	border-left-width: 2px; 
	border-left-style: solid;
	border-left-color: #d90202;
	border-right-width: 2px; 
	border-right-style: solid;
	border-right-color: #d90202;
}

.navigator_offers {
	background-color:#000000;
}

.bigtitle_offers {
	color: #434343;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

span.price_offers {
	color: #ff0101;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

/********** RECENTLY VIEWED ***********/
.top_recently a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;	
}

.top_recently a:hover {
	color: #d90202;	
}

.top_recently b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;	
}

/********** News Report *********/
.titleTopLeft_report {
	border: 0px;
	background-image: url(../images/globalsurfshop/fundo_report_titleTopLeft.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 22px;
}
.titleTopImgLeft_report {width: 22px; height: 1px;}

.titleTopCenter_report {
	white-space: normal;
	padding:8px 0px 0px 0px;
	border: 0px;
	background-image:url(../images/globalsurfshop/fundo_report_titleTopCenter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 548px;
}
.titleTopCenter_report div {
	color: #8c8c8c;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
}
.titleTopCenter div b { font-weight: bold;}
.titleTopRight_report {
	border: 0px;
	/*background: url(../images/globalsurfshop/cblock-t-r.gif) no-repeat top right;*/
	background-image: url(../images/globalsurfshop/fundo_report_titleTopRight2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 24px;
	height: 30px;
	}
.titleTopImgRight_report {width: 24px; height: 1px;}

.block_reoprt {
	border: 0px;
	/*background: #2B2B2B url(../images/globalsurfshop/cblock-r-bgr.gif) repeat-y right;*/
}

.blockTD_report {
	background-color: #000000;	
}
.menuLeft {/*background: url(../images/globalsurfshop/cblock-l-bgr.gif) repeat-y left; padding: 0px 11px;*/}

/********** PRODUCT DETAILS ***********/
.price_prod_details {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;	
}