@charset "UTF-8";
/* 
Pogo Custom Design
Design by Shtrak.bg
URI: http://shtrak.bg

TABLE OF CONTENTS

1 - RESET
2 - GLOBAL
3 - WRAPPERS
4 - HEADER
5 - NAV
6 - BREAD CRUMBS
7 - VERTICAL NAVIGATION
8 - WIDGETS
9 - PRODUCTS TABLE
10 - FOOTER
11 - SLIDER
12 - FEEDBURNER CODE
13 - DYNAMIC TABLES
14.- RESELLERS-TABLE
15 - PRODUCTS
*/

/***RESET***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
/*	margin: 0;
	padding: 0;	  */
	border: 0;
/*	vertical-align: baseline; */
	background: transparent;
/*	position: relative;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {height: 101%;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}


/***GLOBAL***/

p {
	line-height: 1.5em;
	margin: 0 0 20px 0;
	text-align: left;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

a {color: #000066;}

a:hover {color: #711F16;}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{
	color: #000066;
	font-weight: normal;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	/* margin-bottom: 5px; */
	margin-left: 0;
}

h1 {font-size: 1.6em; padding-bottom: 5px;}
h2 {
	font-size: 1.3em;
	text-align: left;
}
h3 {font-size: 1.2em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #FFF;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/** This is old css definition for:
input[type="text"] , input[type="textfield"] , textarea { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border:solid 1px #CCC;
	padding: 1%;
	width: 98%;
	color: #999;
	margin: 0px;
} **/


/** New css definition **/
input[type="password"], input[type="text"], input[type="textfield"] , textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border:solid 1px #CCC;
	padding: 1%;
	/*width: 98%;*/
	color: #999;
	margin: 0px;
}


input[type="button"], input[type="submit"] {
	background-color: #B63223;
	padding: 5px;
	border: 1px solid #990000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px 1px #720101;
	filter: dropshadow(color=#720101, offx=0, offy=-1);
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
}

input[type="button"]:hover, input[type="submit"]:hover {
	background-color:#9A2A1E;
}

.CustomButton {
	background-color: #B63223;
	padding: 6px;
	border: 1px solid #990000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px 1px #720101;
	filter: dropshadow(color=#720101, offx=0, offy=-1);
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	padding: 6;
	position: absolute;
	z-index: 88888;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}


@-moz-document url-prefix() {
  .CustomButton{
     margin-left:-938px !important;
  }
}

.CustomButton:hover , .Button:hover{
	background-color:#9A2A1E;
	color: #FFF !important;
}
.Button {
	background-color: #B63223;
	padding: 6px;
	border: 1px solid #990000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px 1px #720101;
	filter: dropshadow(color=#720101, offx=0, offy=-1);
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
}
.CustomUL {
	line-height: 1.5em;
	list-style-type: square;
	padding-left: 35px;
	margin-bottom: 25px;
}
.Divider {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
}
.ProductPrice {
	font-weight: bold;
	color: #B63223;
	text-align: center;
	padding-top: 5px;
}

.FloatLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.FloatRight {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/***WRAPPERS***/

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
#MasterWrapper {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#HeaderWrapper {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 120px;
	width: 980px;
}
#ContentWrapper {
	display: inline-block;
	float: left;
	width: 978px;
	min-height:500px;
	margin: 0px;
	padding: 0px;
}
#FooterWrapper {
	display: inline-block;
	float: left;
	width: 960px;
	min-height:340px;
	background-color: #362E68;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #ececec;
	text-shadow: 1px 1px 1px #0a0a0a;
	filter: dropshadow(color=#0a0a0a, offx=1, offy=1);
	padding: 0px;
}
#FooterWrapperHome {
	display: inline-block;
	float: left;
	width: 960px;
	min-height:420px;
	background-color: #362E68;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #ececec;
	text-shadow: 1px 1px 1px #0a0a0a;
	filter: dropshadow(color=#0a0a0a, offx=1, offy=1);
	padding: 0px;
}

#FooterDummy {
	display: inline-block;
	margin: 0px;
	float: left;
	width: 960px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
}
/* Val */
#Promo {
	background-image: url(/design/bg-promo-box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	float: left;
	height: 150px;
	width: 960px;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Promo img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 958px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

/***HEADER***/

#Header {
	display: inline-block;
	margin: 0px;
	/*float: left;*/
	height: 80px;
/*	width: 965px;*/
width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*padding-left: 5px;*/
}

#Header #logo{
	display: inline-block;
	padding: 0px;
	float: left;
	height: 50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Header img {
	width: 126px;
	height: 60px;
}
#Header #text {
	display: inline-block;
	margin: 0px;
	float: left;
	height: 50px;
	width: 455px;
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
#Header #Links {
	margin: 0px;
	float: right;
	height: 55px;
	width: 280px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Header #Links li  {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Header #Links li a {
	background-image: url(../design/bg-header-links.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	float: left;
	height: 23px;
	width: 123px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	font-size: 14px;
	/*text-transform: uppercase; */
	color: #555;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CECECF;
	border: 1px solid #CCC;
}
#Header #Links li a:hover {
	background-color: #B7B7B8;
	background-image: url(../design/bg-header-links-hover.jpg);
}
#Header #Links li a img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	height: 16px;
	width: 16px;
}

/***NAV***/

#Nav {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 980px;
	background-color: #372F69;
	background-image: url(../design/bg-nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#Menu
{
	width: 970px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/**	height: 33px; **/
	cursor: pointer;
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#Menu li
{
    float: left;
    padding: 0 0 10px 5px;
    position: relative;
}

#Menu a
{
	float: left;
	height: 25px;
	color: #E9E9E9;
	/* text-transform: uppercase; */
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-family: Helvetica, Arial;
	font-size: 15px;
	line-height: 30px;
	/*font-weight: bold; */
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 30px;
}

#Menu li:hover > a {color: #fafafa;}

*html #Menu li a:hover /* IE6 */ {color: #fafafa;}

#Menu li:hover > ul {display: block;}

/* Sub-menu */

#Menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99999;
	background-color: #372F69;
}

#Menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#Menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#Menu ul a
{
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-size: 13px;
	font-weight: lighter !important;
	min-width: 188px;
}

*html #Menu ul a /* IE6 */
{
    height: 10px;
    width: 150px;
}

*:first-child+html #Menu ul a /* IE7 */
{
    height: 10px;
    width: 150px;
}

#Menu ul a:hover
{
	background: #EAE7F8;
	color: #372F69;
	text-shadow: 0px 1px 1px #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
}


/**
#Menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #372F69;
}

#Menu ul li:first-child a:hover:after
{
    border-bottom-color: #EAE7F8;
}
**/

#Menu:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #Menu             { zoom: 1; } /* IE6 */
*:first-child+html #Menu { zoom: 1; } /* IE7 */


/***CONTENT***/

#LeftContent {
	display: inline-block;
	margin: 0px;
	float: left;
	width: 665px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 5px;
}
#LeftContent h1 {
	float: left;
	width: 100%;
}
#LeftContent a {
	/** font-weight: bold; **/
	text-align: center;
}
	
#FullWidth {
	display: inline-block;
	margin: 0px;
	float: left;
	width: 90%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow: hidden;
	text-align: left;
}
#FullerWidth {
	display: inline-block;
	margin: 0px;
	float: left;
	width: 610px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow: hidden;
	text-align: left;
}
#LeftRightContent {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 495px!important;
}
#TabbyContent {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 625px!important;
}
.ContactUsForm_fields {
	width:120px;
}
#RightContent {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 258px;
}

/*** Created for new Support/About pages - April 2015 ***/
.aboutlink { font-size: 10px; font-weight: bold; color: #FFF; text-decoration: none; }
a:hover.aboutlink { font-size: 10px; font-weight: bold; color: #FFF; border-bottom: 1px solid; }
.aboutcurrent { font-size: 10px; font-weight: bold; color: #FFF; text-decoration: none; background-color: #000; }
a:hover.aboutcurrent { font-size: 10px; font-weight: bold; color: #FFF; text-decoration: none; background-color: #000;
}

.supportlink { font-weight: bold; color: #FFF; text-decoration: none; }
a:hover.supportlink { font-weight: bold; color: #FFF; border-bottom: 1px solid; }
.supportcurrent { font-weight: bold; color: #FFF; text-decoration: none; background-color: #000; }
a:hover.supportcurrent { font-weight: bold; color: #FFF; text-decoration: none; background-color: #000;
}

ul.warranty { list-style-type: disc; margin: initial; line-height: 1.3em; padding-left: 16px; font-weight:normal; }
ul.support { list-style-type: disc; margin: initial; padding-left: 16px; font-weight:bold; }
ul.subsupport { list-style-type: circle; margin: 10px; line-height: 1.3em; padding-left: 28px; font-weight:normal; }
div.warrantydiv { line-height:1.4em; margin-bottom:10px; }
div.terms {
	margin-left: 20px; margin-bottom: 10px; line-height: 1.3em;
}

hr.faded {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/***BREAD CRUMBS***/

#BreadCrumbs {
	font-size: 12px;
/*	font-weight: bold; */
	color: #999;
	display: inline-block;
	margin: 0px;
	float: left;
	height: 20px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 10px;
}

#BreadCrumbsSub {
	font-size: 12px;
	/*	font-weight: bold; */
	color: #999;
	display: inline-block;
	margin: 0px;
	float: left;
	height: 20px;
	width: 96%;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}
#BreadCrumbs a {padding-top: 5px; padding-left: 0px;}
#BreadCrumbs a, #BreadCrumbsSub a {color: #999 !important;}

#BreadCrumbs a:hover, #BreadCrumbsSub a:hover

 {color: #711F16 !important;}


/***VERTICAL NAVIGATION***/
 
#VerticalNav {
	display: inline-block;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#VerticalNav li {
	display: inline-block;
}
#VerticalNav li a {
	background-color: #EAE7F8;
	float: left;
	height: 22px;
	width: 138px;
	border: 1px solid #C5BAEB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-shadow: 1px 1px 1px #CCC;
	filter: dropshadow(color=#CCC, offx=1, offy=1);
	color: #3C3473;
}

#VerticalNav li a:hover {
	background-color: #FFF;
	color: #B39F2B;
}

#VerticalNav ul li a.VerticalNavCurrent {
	background-color: #FFF;
	color: #B39F2B;
}

/***WIDGETS***/

.WidgetWrapper {
	background-color: #FFF;
	float: left;
	width: 80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
	margin-top: 2%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
	border-bottom-style: none;
	background-image: url(../design/bg-widget.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
.BlogWrapper {
	background-color: #FFF;
	float: left;
	width: 80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
	margin-top: 2%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
	border-bottom-style: none;
	background-image: url(../design/bg-widget.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
.BlogWrapper a {
	color: #362e68 !important;
	text-decoration:none;
	font-weight: bolder;
}
.BlogWrapper a:hover {
	text-decoration:underline;
}
.WidgetWrapperClear {
	background-color: #FFF;
	padding: 5%;
	float: left;
	width: 80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
	border-bottom-style: none;
}
#WidgetWrapperBottom {
	background-image: url(../design/bg-widget-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	float: left;
	height: 15px;
	width: 80%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	padding: 0% 5.5% 2% 5%;
}
.WidgetWrapper p, .WidgetWrapperClear p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.WidgetWrapper ul, .WidgetWrapperClear ul {
	display: inline-block;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.WidgetWrapper ul li, .WidgetWrapperClear ul li {
	margin: 0px;
	float: left;
	width: 100%;
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: middle;
}
.WidgetWrapper ul li a, .WidgetWrapperClear ul li a {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666;
	
}

.WidgetWrapper a:hover {
	color: #b3331f !important;
	text-decoration:underline;
}

.WidgetWrapper h1, .WidgetWrapperClear h1 {
	font-size: 1.5em;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
.WidgetWrapper img, .WidgetWrapperClear img {
	float: left;
	margin-right: 0px;
	margin-top:0px;
}


/***PRODUCTS***/

.ProductsTable {
	min-width:200px;
	margin: 3px;
	padding: 5px;
	float: left;
	display: inline-block;
	border: 1px solid #CCC;
	width: 200px;
	min-height:410px;
	border-collapse:collapse;
}

.ProductsTable img {
    float:left;
}

.WiderProductsTable {
	min-width:560px;
	margin: 5px;
	padding: 5px;
	float: left;
	display: inline-block;
	border: 1px solid #CCC;
	width: 560px;
	min-height:300px;
	border-collapse:collapse;
}

/* .WiderProductsTable img {
    float:left;
}
*/

.GeneralTable {
	float: left;
	display: inline-block;
	width: 100%;
}

.GeneralTable tr td {
	margin: 1px;
	padding: 5px;
	display: inline-block;
	border: 1px solid #CCC;
	text-align: center;
}

.ThreeColumnTable {
	float: left;
	display: inline-block;
	width: 100%;
}

.ThreeColumnTable tr td {
	margin: 1px;
	padding: 5px;
	display: inline-block;
	border: 1px solid #CCC;
	width: 30%;
	text-align: left;
}


.ProductsTableHorizontal {
	border:solid 1px #CCC;
	width:668px;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.ProductsTableHorizontal tr td {padding:10px;}

.ProductsTableHomepage {
	min-width:200px;
	padding: 5px;
	float: left;
	display: inline-block;
	border: none;
	width: 200px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.ProductsTableHomepageHover:hover {
	/*transition*/
	-moz-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);

	/*opacity
	-moz-opacity: 0.62;
	opacity: 0.62;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=62); */
	}

.ProductsTable tr, .ProductsTableHomepage tr {
	text-align: center;
}
.ProductsTable tr td, .ProductsTableHomepage tr td {
	padding: 5%;
}

.ProductsTable tr td img, .ProductsTableHomepage tr td img {
	width:180px;
}


/***FOOTER***/

.FooterColumn {
	display: inline-block;
	padding: 10px;
	float: left;
	width: 220px;
	margin: 0px;
}
.FooterColumn ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.FooterColumn a {
	font-weight: bold;
	color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.FooterColumn a:hover {
	color: #FFF;
}
.FooterColumn hr {
	background-image: url(../design/bg-hr-dots.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: inline-block;
	padding: 0px;
	float: left;
	height: 5px;
	width: 100%;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;

	_border-top-style: none !important;
	_border-right-style: none !important;
	_border-bottom-style: none !important;
	_border-left-style: none !important;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.FooterColumn h1 {
	font-size: 1.3em;
	font-weight: bold;
}
.FooterColumn h1, .FooterColumn h2, .FooterColumn h3 {
	color: #ececec;
}

.FooterColumn input[type="text"] {
	padding: 5%;
	width: 90%;
	color: #CCC;
	background-color: #6D6E71;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-shadow: inset 3px 3px 3px 3px #666;
	-moz-box-shadow: inset 3px 3px 3px 3px #666;
	box-shadow: inset 3px 3px 3px 3px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #0a0a0a;
	filter: dropshadow(color=#0a0a0a, offx=1, offy=1);
	margin-bottom: 10px;
}

.FooterColumn input[type="submit"] {
	padding: 10px;
	border: 5px solid #595483;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #585280;
	text-shadow: 0px 1px 1px #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
	cursor: pointer;
	background-image: url(../design/bg-header-links.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cececf;
	width: 220px;
}

.FooterColumn input[type="button"]:hover {
	background-color:#9F9F9F;
	background-image: url(../design/bg-header-links-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#FooterCopyright {
	display: inline-block;
	margin: 0px;
	padding: 10px;
	float: left;
	height: 15px;
	width: 940px;
	color: #CCC;
	background-color: #362E68; 
}
#FooterCopyright a {
	color: #FFF;
	text-decoration: underline;
}
#solaris_choices {
	width:958px;
	padding:0px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC; 
}

.PurpleBox {
	background: #EBE7F7;
	color: #333333;
	padding: 10px;
	margin: 10px -1px 20px 13px;
	border: 1px solid #CCC;
}

/*** SLIDER ***/
.wt-rotator{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #ccc;
	position: relative;
	width: 958px;
	height: 250px;
	padding-left: 1px;
	padding-right: 1px;
	overflow: hidden;
}
.wt-rotator a{
outline:none;
}
.wt-rotator .screen{
position:relative;
top:0;
left:0;
width:825px;
height:300px;
overflow:hidden;
}
.wt-rotator .strip{
display:block;
position:absolute;
top:0;
left:0;
z-index:0;
overflow:hidden;
}
.wt-rotator .content-box{
display:none;
position:absolute;
top:0;
left:0;
overflow:hidden;
}
.wt-rotator .main-img{
display:none;
position:absolute;
top:0;
left:0;
z-index:0;
border:0;
}
.wt-rotator .preloader{
position:absolute;
top:50%;
left:50%;
width:40px;
height:40px;
margin-top:-20px;
margin-left:-20px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background:#000 url(/assets/loader.gif) center no-repeat;
background:rgba(0,0,0,.7) url(/assets/loader.gif) center no-repeat;
z-index:4;
display:none;
}
.wt-rotator .timer{
position:absolute;
left:0;
height:4px;
background-color:#FFF;
-moz-opacity:.5;
filter:alpha(opacity=50);
opacity:0.5;
z-index:4;
visibility:hidden;
font-size:0;
}
.wt-rotator .desc{
position:absolute;
color:#FFF;
z-index:6;
overflow:hidden;
visibility:hidden;
text-align:left;
}
.wt-rotator .inner-bg{
position:relative;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
-moz-opacity:.7;
filter:alpha(opacity=70);
opacity:.7;
z-index:0;
}
.wt-rotator .inner-text{
position:absolute;
top:0;
left:0;
padding:10px;
width:auto;
height:auto;
z-index:1;
}
.wt-rotator .c-panel{
position:absolute;
top:0;
z-index:7;
visibility:hidden;
}
.wt-rotator .outer-hp,
.wt-rotator .outer-vp{
position:absolute;
background:#333;
background:-moz-linear-gradient(#444, #111);
background:-webkit-gradient(linear, 0 top, 0 bottom, from(#444), to(#111));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111',GradientType=0);
border:1px solid #000;
}
.wt-rotator .outer-hp{
left:0;
width:100%;
border-left:none;
border-right:none;
}
.wt-rotator .outer-vp{
top:0;
height:100%;
border-top:none;
border-bottom:none;
}
.wt-rotator .back-scroll,
.wt-rotator .fwd-scroll{
position:absolute;
top:0;
left:0;
z-index:10;
background:url(/assets/spacer.png) no-repeat;
}
.wt-rotator .thumbnails,
.wt-rotator .buttons{
display:inline;
position:relative;
float:left;
overflow:hidden;
}
.wt-rotator .thumbnails ul{
position:relative;
list-style:none;
margin:0;
padding:0;
}
.wt-rotator .thumbnails ul.inside{
position:absolute;
top:0;
left:0;
}
.wt-rotator .thumbnails li,
.wt-rotator .play-btn,
.wt-rotator .prev-btn,
.wt-rotator .next-btn{
position:relative;
list-style:none;
display:inline;
float:left;
overflow:hidden;
width:24px;
height:24px;
line-height:24px;
text-align:center;
color:#EEE;
text-shadow: 0 1px 0 #222;
background-color:#000;
background:-moz-linear-gradient(#333, #000);
background:-webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
border:1px solid #111;
cursor:pointer;
font-size:12px;
font-weight:bold;
background-repeat:no-repeat !important;
background-position:center !important;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
.wt-rotator .thumbnails li:hover{
color:#FFF;
text-shadow: 0 1px 0 #888;
background-color:#CCC;
background:-moz-linear-gradient(#CCC, #999);
background:-webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .thumbnails li.curr-thumb{
color:#000;
text-shadow: 0 1px 0 #fff;
background-color:#FFF;
background:-moz-linear-gradient(#FFF, #E0E0E0);
background:-webkit-gradient(linear, 0 top, 0 bottom, from(#FFF), to(#E0E0E0));
cursor:default;
}
.wt-rotator .thumbnails li.image{
background:#000;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
.wt-rotator .thumbnails li.image.curr-thumb,
.wt-rotator .thumbnails li.image:hover{
border-color:#06F;
}
.wt-rotator .thumbnails li.image a{
display:block;
border:0;
}
.wt-rotator .thumbnails li.image img{
display:block;
border:0;
position:absolute;
-moz-opacity:.85;
filter:alpha(opacity=85);
opacity:0.85;
}
.wt-rotator .thumbnails li.image:hover img{
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
}
.wt-rotator .thumbnails li.image.curr-thumb img{
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
cursor:default;
}
.wt-rotator .thumbnails li *{
display:none;
}
.wt-rotator .thumbnails li div{
position:relative;
color:#FFF;
background-color:#000;
width:auto;
height:auto;
}
.wt-rotator .play-btn{
background:#000 url(/assets/play.png);
background:url(/assets/play.png), -moz-linear-gradient(#333, #000);
background:url(/assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .play-btn:hover{
background-color:#CCC !important;
background:url(/assets/play.png), -moz-linear-gradient(#CCC, #999);
background:url(/assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .pause{
background:#000 url(assets/pause.png);
background:url(/assets/pause.png), -moz-linear-gradient(#333, #000);
background:url(/assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .pause:hover{
background-color:#CCC !important;
background:url(/assets/pause.png), -moz-linear-gradient(#CCC, #999);
background:url(/assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .prev-btn{
background:#000 url(/assets/prev.png);
background:url(/assets/prev.png), -moz-linear-gradient(#333, #000);
background:url(/assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .prev-btn:hover{
background-color:#CCC !important;
background:url(/assets/prev.png), -moz-linear-gradient(#CCC, #999);
background:url(/assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .next-btn{
background:#000 url(/assets/next.png);
background:url(/assets/next.png), -moz-linear-gradient(#333, #000);
background:url(/assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .next-btn:hover{
background-color:#CCC !important;
background:url(/assets/next.png), -moz-linear-gradient(#CCC, #999);
background:url(/assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .up{
background:#000 url(/assets/up.png);
background:url(/assets/up.png), -moz-linear-gradient(#333, #000);
background:url(/assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .up:hover{
background-color:#CCC !important;
background:url(/assets/up.png), -moz-linear-gradient(#CCC, #999);
background:url(/assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .down{
background:#000 url(/assets/down.png);
background:url(/assets/down.png), -moz-linear-gradient(#333, #000);
background:url(/assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .down:hover{
background-color:#CCC !important;
background:url(/assets/down.png), -moz-linear-gradient(#CCC, #999);
background:url(/assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
#rotator-tooltip{
position:absolute;
top:0;
left:0;
z-index:99999;
display:none;
}
#rotator-tooltip.txt-up{
margin-left:-10px;
margin-bottom:5px;
background:url(/assets/vtip.png) no-repeat;
background-position:10px bottom;
background-position-x:10px;
background-position-y:bottom;
}
#rotator-tooltip.txt-down{
margin-left:-10px;
margin-top:24px;
background:url(/assets/vtip.png) no-repeat;
background-position:10px top;
background-position-x:10px;
background-position-y:top;
}
#rotator-tooltip.img-up{
background:url(/assets/vtip.png) center bottom no-repeat;
}
#rotator-tooltip.img-down{
background:url(/assets/vtip.png) center top no-repeat;
}
#rotator-tooltip.img-right{
background:url(/assets/htip.png) left center no-repeat;
}
#rotator-tooltip.img-left{
background:url(/assets/htip.png) right center no-repeat;
}
#rotator-tooltip .tt-txt{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#FFF;
background-color:#000;
max-width:300px;
padding:5px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:8px 0;
}
#rotator-tooltip img{
display:none;
background-color:#000;
padding:3px;
margin:8px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
.wt-rotator .s-prev,
.wt-rotator .s-next{
position:absolute;
top:50%;
margin-top:-25px;
width:40px;
height:50px;
cursor:pointer;
background:url(/assets/large_buttons.png) no-repeat;
-moz-opacity:.8;
filter:alpha(opacity=80);
opacity:.8;
z-index:8;
}
.wt-rotator .s-prev{
left:0;
background-position:0 center;
}
.wt-rotator .s-next{
left:100%;
margin-left:-40px;
background-position:-40px center;
}
.wt-rotator .s-prev:hover,
.wt-rotator .s-next:hover{
-moz-opacity:.95;
filter:alpha(opacity=95);
opacity:.95;
background-color:transparent !important;
}
.wt-rotator .block,
.wt-rotator .vpiece,
.wt-rotator .hpiece{
position:absolute;
z-index:2;
}


/*** SLIDER end***/



#FeedBurner {
	background-color: #FFFFFF;
	float: center;
	/* width: 200px; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	list-style-type: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}


div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none 

}


#creditfooter {
display: none;
}

/*** DYNAMIC TABLES ***/


	/** LOGIN **/
.login-outer-table input {
	
	float:left !important;
	border:none !important;
	padding: 5px !important;
	width: 90%;
}
/*** 

***/

.login-outer-table tr td {
	padding: 5px;
	width: 90%;
}

#loginNavigation {
	float: left;
	width: 100%;
	background-color: #fff;
}

	/** CONFIGURATOR **/

.external-table-noborder {padding: 10px !important;}
.external-table-noborder #sys_name, .external-table-noborder #sys_notes {border: solid 1px #CCC; width: 90%; padding: 5px;}
.external-table-noborder table tr td p a {font-size: 11px; margin: 20px;}
.external-table-noborder table tr td font b {color: #000;}

#web_totals {
	width: 200px;
	padding: 10px;
	margin-right: 0px;
	border: solid 1px #999;
	float: right;
	margin-right: 180px;
	background:white;
}

.tool-tip {
list-style: disc !important;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 11px;
}
	/** SHOPPING CART **/

.cartlist h3 {padding: 10px; font-size: 15px;}

.cartlist .sys-qty {float: left; width: 50%; margin-right: 5px; padding: 2px;}

/*** RESELLERS TABLE ***/
.reseller {
	border: solid 1px #CCC
	
	
}
/** IMG FROM ABOUT/INDEX PAGE **/

.about_img {
padding-right: 10px;

}
/** Contact Us form contact.php **/
table.ContactUsForm {
	width:500px;
	float: left;
	padding-left:0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.HomepageServers {
float: left;
width: 22%;
margin-left: 1%;
margin-right: 1%;

}
 
.HomepageServers img {
float: left;
width: 100%;
}
 
.HomepageServers p {
float: left;
width: 100%;
text-align: center;
}
 
.HomepageServers a {
color: #3F3879;
font-weight: bold;
}
 
#LeftContent .WidgetWrapper {
width: 94% !important;
margin-left: 2% !important;
margin-right: 2% !important;
margin-top: 2% !important;
padding-left: 2% !important;
padding-right: 2% !important;
padding-top: 2% !important;
}
 
#LeftContent #WidgetWrapperBottom {
width: 94% !important;
margin-left: 2% !important;
margin-right: 2% !important;
padding-left: 2% !important;
padding-right: 2% !important;
}

#greyTable {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

p.CategoryDescription {
	padding-left: 13px;
	line-height: 1.2em;
}
.categorypage {
margin-left:  14px;	
}
.categorypageh1 {
color: #000066;
font-weight: normal;
font-size: 1.6em; 
padding-bottom: 4px;
}

.categorypagep {
	padding-top: 10px;
	line-height: 12pt;
	font-size: 10pt;
	margin-bottom: 20px;
}

#div_display {
line-height: 1.4em;
}

.ProductsTableConfigure tbody tr td .large {
	font-size: 15pt;
}

.ProductsTableConfigure tbody tr td ul {
	list-style: disc outside;
	margin-left: 0;
	padding-left: 15px;
}

.error_msg {
    font-weight: bold;
    color: red;
    font-size: 1.1em;
}