/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
    height: 100%;
    margin-bottom: 1px;
}

html, body { 
    font-size: 100.01%; 
}

form {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: #111;
    text-align: center; /* for IE */
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    color: #40B8FD;
    outline: none;
}

a:active {
    text-decoration: none;
    color: #40B8FD;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

p { 
    margin-top: 5px;
    margin-bottom: 5px; 
    text-align: justify;
}

img { 
    border: 0 none; 
}

ul {
    list-style-image: url(../images/ul.jpg);
}


table {
    color: #000;
}





/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
    padding: 10px 0px;
    margin-bottom: 1px;
    line-height: 14px;
    background: #2E87BE url(../images/back.jpg) repeat-x;
    color: #787777;
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1.2px;
}

b, strong {
	font-weight: 900;
	font-size: 105%;
	font-family: arial;
}

h1 {
    font-family: times;
    font-size: 20px;
    font-weight: bold;
    color: #061090;
    margin: 0px;
	border: 0px;
	padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
}

h2 {
    font-family: Arial;
    font-size: 17px;
    color: #0404FD;
	margin: 0px;
    border-bottom: 1px groove #CEE6FC;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 10px;
}

h3 {
    font-family: serif;
    font-size: 16px;
    font-weight: bold;
    color: #1F09C4;
    margin: 0;
	margin-bottom: 10px;
}

h4 {
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #035BFC;
    margin: 0;
	margin-bottom: 5px;
}

h5 {
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #035BFC;
    margin: 0;
	margin-bottom: 5px;
}

h5 a {
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #035BFC;
    margin: 0;
	margin-bottom: 5px;
}

h6 {
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
    color: #035BFC;
    margin: 0;
	margin-bottom: 5px;
}

span {
    margin: 0px;
}

ol {
	margin-top: 0px;
    margin-bottom: 0px;
}

ul {
	margin-top: 0px;
    margin-bottom: 0px;
}

pre {
    color: green; 
    font-family: monospace; 
    overflow: auto;
    margin: 0px;
    border: #222 1px solid;
    width: 600px;
    line-height: 14px;
    padding: 10px;
}

.centerIE {
	text-align: center;
}

#center {
    margin-left: auto;
    margin-right: auto;   /* align for good browsers */
}

.centerAll {
    margin-left: auto;
    margin-right: auto;   /* align for good browsers */
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
}

body.width_medium div#wrapper {
    width: 840px;
}

body.width_small div#wrapper {
    width: 840px;
}

body.width_fmax div#wrapper {
    min-width: 840px;
    max-width: 840px;
}

#headerBack {
    background: url(../images/taragana_header.jpg) no-repeat;
    height: 71px;
    width: 840px;
}

#centerBack {
    min-height: 340px;
    max-height: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    padding-left: 17px;
    padding-right: 17px;
    text-align: left;
    width: 839px; "\"}\""; width: 804px;
}

#centerBack p {
    margin: 0px;
	padding-bottom: 10px;
    font-weight: normal;
}

#centerBack dl {
    margin: 0px;
}

#cloudBack {
    background: url(../images/taragana_cloud.jpg) no-repeat;
    height: 101px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 840px; "\"}\"";width: 838px;
}

#footerBack {
    background: url(../images/taragana_footer.jpg) no-repeat;	
    height: 58px;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    width: 840px;
}

.spacer {
    height: 10px;
}

#logo {
    float: left;
    width: 140px;
    height: 49px;
    background: url(../images/taragana_logo.jpg) no-repeat;
    margin-left: 20px;
    //margin-left: 10px;
    margin-top: 0px;
}

#overview {
    height: 245px;
    margin-left: 0px;
}

#overviewBack {
    height: 245px;
    width: 193px;
    //width: 188px;
    float: right;
    color: #000;
    text-align: right;
    background: url(../images/effectBack.jpg) no-repeat; 
    line-height: 2.2em;    
    font-size: .8em;
    font-weight: bold;
    margin-left: 0px;
}

#overviewBack img {
    z-index: 500;
    margin-top: 2px;
    margin-bottom: 0px;    
    margin-left: 0px;
    //margin-left: 2px;
}

.hidden {
    display: none;
}

/*****************************************/
/*** Top Navigation layout elements ******/
/*****************************************/

#pillmenu {
    white-space: nowrap;
    height: 55px;
    float: right;
	padding-right: 20px;
}

#pillmenu ul {
    margin: 0px;
    padding: 0;
    list-style:none;
}

#pillmenu li {
    float: left;
    background: url(../images/mw_menu_separator.png) left no-repeat;
    margin-top: 25px;
    padding: 0;
    height: 20px;
    margin-left: 0px;
     
}

#pillmenu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    float:bottom;
    display:block;
	height: 24px;
    _width: 30px;
    line-height: 24px;
    padding: 0 15px;
    color: #000;
    text-decoration: none;
    border: 0px;
}

#pillmenu a:hover {
    background: url(../images/mw_menu_active_bg.png) repeat-x;
    color: #fff;
}

#pillmenu .active a {
	margin-top: 0px;
    height: 24px;
	_width: 30px;
    text-align: bottom;
    line-height: 24px;
    background-position: 0 0;
    background: url(../images/mw_menu_active_bg.png) repeat-x;
    color: #fff;
}

#pillmenu a#active_menu-nav:hover {
    color: #fff;
}


/*****************************************/
/*** Bottom Navigation layout elements ***/
/*****************************************/

#bottommenu {
    white-space: nowrap;
    height: 55px;
	width: 550px;
    float: left;
    margin-left: 10px;
}

#bottommenu ul {
    margin: 0;
    margin-left: -155px;
    list-style: none;
}

#bottommenu ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    list-style: none;
}

#bottommenu li a {
    font-weight: normal;
    text-align: center;
    display: block;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    border: 0px;
}

#bottommenu .active {
    margin-top: 5px;
    height: 24px;
    text-align: bottom;
    color: #ffffff;
    line-height: 21px;
    background-position: 0 0;
}

#bottommenu a:hover {
    color: #fff;
}

#rss {
	float: left;
	margin-top: 5px;
	width: 20px;
}

#copyRight {
    float: right; 
    margin-right: 15px;
	//margin-right: 10px;
    margin-top: 5px;
}

#copyRight a {
    color: #000;
}

#copyRight a:hover {
    color: #fff;
    text-decoration: none;
}





/*****************************************/
/*** Right Navigation layout elements ****/
/*****************************************/

#rightNavContainer {
	float : right;
	width: 170px;
    margin-left: 10px;
    padding-left: 15px;
    padding-bottom: 50px;
}

#rightNav {
	float: right;
	background: url(../images/rightNav_03.jpg);
	width: 170px;
	height: auto;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#rightNav ul {
    list-style-image: none;
    margin-left: -40px;
    //margin-left: 0px;
}

#rightNav ul a {
    padding-left: 20px;
    text-decoration: none;
}

#rightNav ul li {
    list-style: none;
}

#rightNav ul li ul {
}

#rightNav ul li ul li {
    margin-top: 5px;
}

#rightNav ul li ul li a {
    padding-left: 30px;
    text-decoration: none;
}

#rightNavTop {
	float: right;
	background: url(../images/rightNav_01.jpg) right top;
	height: 20px;
	width: 170px;
}

#rightNavBottom {
	float: right;
	background: url(../images/rightNav_04.jpg) right bottom;
	height: 20px;
	width: 170px;
}

#rightNav ul li a:active {   
    display: block;
    background: url(../images/rightNavOver.jpg) no-repeat;
    text-decoration: none;
}

.LCOS_current {
    display: block;
	background: url(../images/rightNavOver.jpg) no-repeat;
    color: #ffffff;
    padding-left: 20px;
    text-decoration: none;
}

#rightNav ul li a:hover {
    display: block;
    background: url(../images/rightNavOver.jpg) no-repeat;
    color: #fff;
    //height: 14px;
    text-decoration: none;
}


/*****************************************/
/*** Sitemap layout elements ***/
/*****************************************/

#sitemapContainer1 {
    float: right;
	padding: 0px;
    width: 580px;
    margin: 0px;
    padding: 0px;
}

#sitemapContainer2 {
    margin-left: 10px;
    width: 200px;
	padding: 0px;
    margin: 0px;
}

.fixedSitemap {
	width: 180px;
	font-size: smaller;
	line-height: 16px;
}

.fixedSitemap h5 a {
	line-height: 15px;
	margin-bottom: 0px;
	font-family: times;
	color: #F98203;
}

.fixedSitemap h5 a:visited {
	color: #F98203;
}

.fixedSitemap ul {
	list-style: none;
	margin-top: 0px;
	font-weight: bold;
}

.fixedSitemap ul li {
	margin-left: -35px;
	font-weight: bold;
}

.fixedSitemap ul li a {
	font-weight: bold;
}

.fixedSitemap ul li ul a {
	color: #026CFD;
	font-weight: normal;
}


.sitemap {
    float: right;
	margin-bottom: 20px;
	width: 180px;
	font-size: smaller;
	line-height: 16px;
}

.sitemap h5 {
	line-height: 15px;
	margin-bottom: 0px;
	font-family: times;
	color: #F98203;
}

.sitemap h5 a {
	line-height: 15px;
	margin-bottom: 0px;
	font-family: times;
	color: #F98203;
}

.fixedSitemap h5 a:visited {
	color: #F98203;
}

.sitemap ul {
	list-style: none;
	margin-top: 0px;
	font-weight: bold;
}

.sitemap ul li {
	margin-left: -35px;
	font-weight: bold;
}

.sitemap ul li a {
	font-weight: bold;
}

.sitemap ul li ul a {
	color: #026CFD;
	font-weight: normal;
}


/*****************************************/
/*** Latest Items layout elements ********/
/*****************************************/

#boxContainer {
    height: 260px;
	width: 100%
}

.box {
    float: right;
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    display: block;
    width: 188px;
	height: 257px;
    line-height: 15px;
    color: #038DE5;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 0px;
    margin-bottom: 15px;
    background: url(../images/box_shadow.jpg) no-repeat;    
	letter-spacing: 1px;
	overflow: auto;
    padding-right: 5px;
}

.box a {
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-style: normal;
    color: #01578E;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
}

.makeWide {
	float: right;
    display: block;
    width: 2px;
	height: 250px;
}

.LIn_title {
    text-align: center;
    color: #71040a;
    font-family: times new roman;
    font-size: 14px;
	font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
	padding-right: 5px;
	margin-top: 5px;
}

.LIn_shortMode {
	margin-top: 10px;
    list-style-image: url(../images/indent1.jpg);
	margin-left: -15px;
	//margin-left: 25px;
}

.LIn_shortMode li {
    margin-top: 7px;
}

.more {
	float: right;
	margin-right: 15px;
	margin-bottom: 5px;
}

.more a:hover {
	color: #cd1111;
}


/*****************************************/
/*** Search layout elements **************/
/*****************************************/


#taraganaLogo {
	float: left;
}

#searchHeading {
    font-family: times, arial, sans;
	font-size: 14px;
	color: #07079E;
	margin-left: 300px;
	padding-top: 10px;
}

#ajaxSearch_input {
    font-family: times;
    font-size: 11px; 
	color: #5F5FDF;
    margin-top: 17px;
    float: right;
    margin-right: 10px;
    background: url(../images/textInput.jpg) top left no-repeat;
	//background: #EBF8FD;
    width: 82px;
    height: 20px; "\"}\""; height: 18px;
	//height: 11px;
    border: 0px;
	//border: 1px;
    padding: 3px;
    vertical-align: baseline;
}

#ajaxSearch_submit {
	display: none;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity:0;
    filter: alpha(opacity=0);
    float: right;
    margin-top: 17px;
    margin-right: -110px;
    //margin-right: -210px;
    height: 18px;
    width: 20px;
    background: url(../images/search-button.jpg) top left no-repeat;
}

#ajaxSearch_intro {
	display: none;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity:0;
    filter: alpha(opacity=0);
}

.ajaxSearch_resultsIntroFailure {
    margin-top: 40px;
	text-align: center;
}

#searchPage {
    padding-left: 15px;
	padding-top: 5px;
}

#searchPage form {
    margin-top: -30px;
}

#searchPage input {
    float: left;
	width: 203px;
	background: #fff url(../images/searchtextInput.jpg) top left repeat-x;
	//background: #EBF8FD;
	margin-left: 300px;
	margin-top: 7px;
	font-size: 12px;
	font-weight: normal;
}

#searchPage .ajaxSearch_resultsInfo {
	font-family: "Arial", "Sans";
	font-size: 13px;
	font-weight: bold;	
	color: blue;
	padding-top: 70px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	height: 25px;
	font-weight: bold;
	margin-bottom: 20px;	
}

.ajaxSearch_paging {
	font-weight: bold;
	color: #44ACFC;
	font-size: 12px;
}

#ajaxSearch_resultListContainer {
    padding: 0px;
}

#searchPage a {
    font-weight: bold;
	color: #0B049D;
}

.ajaxSearch_extract {
    color: #222222;
	padding-left: 10px;
}



/*****************************************/
/*** Image Menu layout elements ***/
/*****************************************/

.imageMenu {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	height: 310px;
}

.imageMenu a {
    font-weight: bold;
    color: #FD5E20;
}

.putLeftTop {
	float: left;
	text-align: left;
	width: 130px;
	height: 100px;
	margin-top: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #FD5E20;
	padding-left: 0px;
	padding-top: 5px;
}

.putLeftTop a {
    margin-left: 30px;
}

.putRightTop {
	float: left;
	text-align: right;
	padding-left: 5px;
	padding-top: 5px;
	width: 100px;
	height: 100px;
	margin-top: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #FD5E20;
}

.putRightTopCG {
    float: left;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 100px;
	height: 100px;
	margin-top: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #FD5E20;
}

.putLeftBottom {
	float: left;
	text-align: left;
	width: 130px;
	height: 100px;
	margin-top: 165px;
	font-size: 13px;
	font-weight: bold;
	color: #FD5E20;
}

.putLeftBottom a {
    margin-left: 30px;
}

.putLeftBottomAnaconda {
	float: left;
	text-align: left;
	width: 130px;
	height: 100px;
	margin-top: 108px;
	font-size: 13px;
	font-weight: bold;
	color: #FD5E20;
}

.putLeftBottomAnaconda a {
    margin-left: 30px;
}

.putRightBottom {
	margin-top: 85px;
	//margin-top: 105px;
	font-size: 13px;
	font-weight: bold;
	color: #FD5E20;
    text-align: left;
    padding-left: 5px;
}

.subMenu {
	font-weight: normal;
	text-align: left;
	color: #BE3601;
}

.subMenu a {
    font-weight: bold;
    color: #FEAD8D;
    font-size: 12px;
}

.subLeftMenu {
	font-weight: normal;
	text-align: right;
	color: #BE3601;
    padding-right: 40px;
}

.subLeftMenu a {
    
    font-weight: bold;
    color: #FEAD8D;
    font-size: 12px;
}

.centerImg {
	float: left;
	height: 300px;
	width: 509px;
}





/*****************************************/
/*** Virtual Tag Cloud layout elements ***/
/*****************************************/

.tagContainer {
	text-align: center;
	line-height: 30px;
}

.biggestTag {
	font-size: 22px;
	font-weight: bold;
	color: #040899;
}

.biggerTag {
	font-size: 17px;
	font-weight: bold;
	color: blue;
}

.bigTag {
	font-size: 15px;
	font-weight: bold;
	color: #0283FC;
}

.smallTag {
	font-size: 13px;
	font-weight: bold;
	color: #81BFF9;
}

.smallerTag {
	font-size: 11px;
	font-weight: bold;
	color: #81D6F9;
}

.smallestTag {
	font-size: 10px;
	font-weight: bold;
	//color: blue;
}



/*****************************************/
/*** Contact Form layout elements ***/
/*****************************************/

#contactguardform {
    width: 570px;
    border: 1px solid #9AC3FA;
    padding: 20px;
    background-color: #F7FAFE;
    //background-color: #fff;
}

#cfName, #cfEmail, #cfRegarding, #contactguardform input {
	font-family: courier new;
    font-size: 12px; 
	color: #051CA9;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 10px;
    background: url(../images/searchtextInput.jpg) top left no-repeat;
	//background: #F4F8FC;
    width: 205px;
    height: 18px;
	//height: 13px;
    border: 0px;
	//border: 1px;
    padding: 3px;
    vertical-align: baseline;
}

#cgAboutWhat {
	font-family: courier new;
    font-size: 12px; 
	color: #051CA9;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 10px;
    background: url(../images/searchtextInput.jpg) top left no-repeat;
	//background: #F4F8FC;
    width: 230px;
    height: 22px;
	//height: 22px;
    border: 0px;
	//border: 1px;
    padding: 3px;
    vertical-align: baseline;
}

#cgAboutWhat option {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 11px; 
	color: #051CA9;
    font-weight: bold;
    margin-top: 0px;
    background: #F4F8FC;
	//background: #F4F8FC;
    border: 0px;
	//border: 1px;
    vertical-align: baseline;
}

#contactguardform textarea {
	font-family: courier new;
    font-size: 12px; 
	color: #051CA9;
    font-weight: bold;
    background: url(../images/messageBox.jpg) top left no-repeat;
	//background: #F4F8FC;
	width: 447px;
    height: 174px;
    border: 0px;
	//border: 1px;
	padding-top: 8px;
    padding-left: 8px;
	padding-right: 8px;
}

#cfContact, #cfreset {
	text-align: center;
	vertical-align: center;
	font-family: courier new;
    font-size: 13px; 
	color: #051CA9;
    font-weight: bold;
    //background: url(../images/textInput.jpg) top left no-repeat;
	width: 90px;
    height: 18px;
	border: 0px;
}

#contactguardform #submit {
	font-family: courier new;
    font-size: 12px; 
	color: #051CA9;
    font-weight: bold;
    background: url(../images/submitButton.jpg) top left no-repeat;
	width: 90px;
    height: 20px;
    border: 0px;
    text-align: center;
    margin-left: 20px;
}

#captcha {
    display: none;
}

.successMsg, .failureMsg {
    color: #006E2E; 
    font-weight:bold; 
    padding: 8px; 
    border: 1px solid #aaaaaa; 
    background-color: #EEEEEE;
}

.successMsg {
    color: #006E2E; 
    width: 200px; 
}

.failureMsg {
    color: #B02B2C;
    width: 600px;
}




/******************************************/
/******* ListIntro layout elements ********/
/******************************************/


#ListIntro {
    
}

#ListIntro a {
	font-size: 12px;
	font-family: times new roman;
	font-weight: bold;
	line-height: 20px;
}

#ListIntro a:hover {
	color: #952D04;
}

#ListIntro ul {
	list-style: none;
    margin: 0px;    
}

#ListIntro .LIn_desc {
    display: block;
    margin-left: 10px;
    padding-bottom: 10px;
}




/******************************************/
/******* Testimonial layout elements ********/
/******************************************/

.testimonial {
    float: left;
    width: 150px;
    font-family: times;
    font-weight: bold;
    font-size: 13px;
    color: #06a5e5;
    padding: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    background: url(../images/quotes.jpg) top left no-repeat;
}

.testimonial p {
    text-align: left;
}




/***************************************************************/
/****** Web9 Media, Press, Free Plugins layout elements ********/
/***************************************************************/

#network {
    width: 800px;
    //margin-top: -200px;
}

#network ul {
    width: 740px;
    height: 114px;
    background: #fff url(../images/network_back.jpg) no-repeat;
    list-style-image: url(../images/indent1.jpg);
    padding-left: 30px;
    margin-left: 0px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 15px;
}

#network ul a {
    font-family: verdana, arial;
    font-size: 11px;
    color: #03419F;
}

.list .LIn_fullMode {
    list-style-image: url(../images/hand.gif);
}

.list .LIn_fullMode li {
    padding-bottom: 10px;
}

.list .LIn_fullMode li a {
    font-weight: bold;
}


/******************************************/
/*** Products Store layout elements *******/
/******************************************/


.storeItems {
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
    overflow: auto;
    background: url(../images/storeBack.jpg) no-repeat;
    width: 370px; "\"}\""; width: 340px;
    //width: 330px;
}

.storeItems {
    height: 260px; "\"}\""; height: 225px;
}

.storeItems h2 {
    font-size: 13px;
    border: none;
}

.storeItems img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.paypalInput {
    color: #0569cc;
    font-size: smaller;
    background: url(../images/paypalBack.jpg) top left no-repeat;
	//background: #EBF8FD;
    width: 115px;
    height: 20px; "\"}\""; height: 18px;
	//height: 11px;
    border: 0px;
	//border: 1px solid #0569cc;
    padding: 3px;
    vertical-align: baseline;
}



/******************************************/
/*** Documentation layout elements ********/
/******************************************/


.tgSquare {
    margin-left: 10px;
}

.tgSquare td {
    padding-right: 15px;
}

.makeNote {
	//font-family: tahoma;
	//font-size: 11px;
	font-weight: bold;
	color: #C2C2C3;
	letter-spacing: 1px;
}





/**********************************************/
/***** Products Page Elements *****************/
/**********************************************/

.showPlugins a {
    font-weight: bold;
}

.showPlugins li {
    padding-bottom: 10px;
}

.productBox {
    //float: left;
    display: inline;
    width: 140px;
    height: 250px;
    //margin-left: 20px;
    //margin-right: 20px;
}

.productRow1 {
    display: block;
    text-align: center;
    width: 800px;
}

.productRow2 {
    clear: both;
    text-align: center;
    width: 800px;
}

.productBox img {
    width: 100px;
}

.Box {
}

