body {
	margin-top: 0px;
	padding: 0;
	background: url(images/img11.png) repeat-x left top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #0603A7;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1.2em 1em;
	text-align: left;
	line-height: 20px;
	font-size: 16.2px;
}

a:link, a:visited{
	color: #0603A7;
	text-decoration: none;	
}

a:hover, a:active {
/*	text-decoration: underline overline; */
    background-color: #0603A7;
	color: #FBFBDB;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	background: url(images/img02.png) no-repeat left top;
}

/* Menu */

#menu {
	float: right;
	width: 660px;
	height: 35px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 6px 20px;
	letter-spacing: -.5px;
	font: 18px Verdana, Arial, Helvetica, sans-serif, Bold;
/*	color: #0603a7;  */
}

#menu a:hover { 
/*    text-decoration: overline underline;  */
}

#menu a:focus {
    text-decoration: underline;
}

/** LOGO */

/* #logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/img03.jpg) no-repeat left top;
} */

#logo {
	width: 960px;
	height: 72px;
	margin: 0 auto;
	background: url(images/TMlogo.png) no-repeat left top;
}

/* #logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #0603a7; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 115px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #0603a7;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }
*/ 


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 76%;
}

#content h1 {
	text-align: center;
	padding-bottom: 5px;
}

/*  Catalog display as table */
#content .catalog {
    width: 100%;
}

.catalog table {
    table-layout: fixed; 
    width: 100%;
}

.catalog th, .catalog th a {
    background-color: #0603A7;
	color: #FBFBDB;
	font-size: 13px;
	padding: .6em 2px .6em 2px;
}

.catalog th a:hover {
    background-color: #F8F9B4;
    color: #0603A7;
}
.catalog td a:hover {
    font-weight: bold;
}

.catalog td {
/*    border-style: solid;
    border-width: 1px;
    border-color: white; */
}

.catalog .partnumber {
    width: 120px;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}

.catalog .description {
    width: 600px;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}

.catalog .imagen {
    width: 100px;
    border-bottom: solid 1px #CAEEF0;
    display: block;
}

/* Post */
 
.post {
	padding: 15px 15px;
}
.post #hdr1
{
    text-align: center;
    font-family: Arial Narrow;
	font-size: 46px;
	font-weight: bold;
	color: #000;
}
.post #hdr2
{
    text-align: center;
    font-family: Arial Narrow;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: Red;
}
.post #img1
{
	width: 698px;
	height: 623px;
	margin: 0 auto;
	background: url(images/caratula_TM.png) no-repeat left top;
}
.post #img2
{
	width: 698px;
	height: 273px;
	margin: 0 auto;
	background: url(images/1-bot.png) no-repeat left top;
}
.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.post h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(images/img09.png) no-repeat left top;
	font-size: 18px;
	color: #0603a7;
}

.post .entry {
	padding: 0 10px;
}

.post .meta {
	padding: 10px 0 10px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none; 
}

#contact-left
{
    width: 40%;
    float: left;
}

#contact-right
{
    width: 60%;
    float: left;
    margin-bottom: 1.5em;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 24%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 8px;
	padding: 0 8px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img08.png) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 4px 0 0 8px;
	margin-bottom: 3px;
	background: url(images/img07.png) no-repeat left top;
	font-size: 18px;
	color: #0603a7;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#search .s {
	width: 110px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#search .x {
	padding: 2px;
	border: none;
	background: #fff002;
	font-size: 10.5px;
	font-weight: bold;
	color: #0603a7;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img04.png) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p 
{
  	font-size: small;
  	font-weight: bold;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #0603a7;
}

#legal a {
	color: #0603a7;
}

/* Login box */
#loginbox
{
    width: 70%;
    margin: 1px 1px 1px 1px;
    border-style: none;
    border-width: 1px;
    border-color: #0603a7;

}
#loginbox td
{
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #0603A7;
}
#loginbox label 
{
	height: 32px;
	padding: 25px 0 8px 15px;
	font-size: 18px;
	color: #0603a7;
}
#loginbox input 
{
	height: 32px;
	padding: 8px 0 0 8px;
	font-size: 18px;
	color: #0603a7;
}
#loginbox input[type=submit]
{
	padding: 3px;
	border: none;
	background: #fff002;
	font-size: 15px;
	font-weight: bold;
	color: #0603a7;
}
/* Admin Content */

#admin-content {
	clear: left;
	width: 100%;
	background-color: #FBFBDB;
}
#admin-content .addbtn {
	color: #FBFBDB;
	background-color: #0603A7;
}

#admin-content .gridview 
{
}
.gridview table
{
    table-layout: fixed;
    width: 100%;
}

.gridview th, .gridview th a 
{
    background-color: #0603A7;
	color: #FBFBDB;
	font-size: 13px;
	padding: .3em 2px .3em 2px;
}

.gridview th a:hover 
{
    background-color: #F8F9B4;
    color: #0603A7;
}

.gridview td 
{
/*    border-style: solid;
    border-width: 1px;
    border-color: white; */
}
.gridview .catedit
{
    width: 100px;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}
.gridview .catid
{
    width: 40px;
    border: 1px solid #f7d3a6;
}
.gridview .catname
{
    width: 400px;
    border: 1px solid #f7d3a6;
}
.gridview .catdel
{
    width: 50px;
}
.gridview #errmsgs
{
    margin-left: 10em;
}
.gridview .prodedit
{
    width: 100px;
    border-top: solid 1px #CAEEF0;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}
.gridview .proddel
{
    width: 50px;
    border-top: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}
.gridview .prodnumber, .gridview .prodnumber input
{
    width: 110px;
    border-top: solid 1px #CAEEF0;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}
.gridview .proddesc, .gridview .proddesc input
{
    width: 260px;
    border-top: solid 1px #CAEEF0;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}
.gridview .prodimg
{
    width: 90px;
    border-top: solid 1px #CAEEF0;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}
.gridview .prodprice
{
    width: 200px;
    border-top: solid 1px #CAEEF0;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}.gridview .prodcategory
{
    width: 175px;
    border-top: solid 1px #CAEEF0;
    border-right: solid 1px #CAEEF0;
    border-bottom: solid 1px #CAEEF0;
}
.gridview .categorybtn
{
	padding: 2px;
	border: solid 1px #0603A7;
	background: #F8F9B4;
	font-size: 10.5px;
	font-weight: bold;
	color: #0603a7;
}
.gridview .priceadd
{
    margin-left: 50px;
    margin-top: 5px;
}
.priceview table
{
    table-layout:auto;
    width: auto;
}
.priceview .pricedit
{
    width: 85px;
}
.priceview .pricedel
{
    width: 40px;
}
.priceview .priceqty, .priceview .priceqty input
{
    width: 10px;
    font-size: 12px;
    text-align: center;

}
.priceview .priceamt, .priceview .priceamt input
{
    width: 60px;
    text-align: center;
    font-size: 12px;
}
.categoryview table
{
    table-layout:auto;
    width: auto;
    margin: 0 auto;
}
.categoryview .categorydesc
{

}
.categoryview .categorybtn
{

}

/* Pop Up windows */
div#pop-title {
    width: 100%;
    margin: 0 auto;
}
#pop-title h1 {
    text-align: center;
    background-color: #0603A7;
    color: #FBFBDB;
}
div#pop-left {
    float: left;
    width: 65%;
}
#pop-left img {
}
div#pop-right {
    float: right;
    width: 35%;
}
#pop-right .descbox {
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    margin: 10px 2px 5px 2px;
    padding: 2px 2px 2px 2px;
    text-align: center;
    height: 100px;
    overflow: visible;
    display: block;
}
.pricegrid {
    width: 100%;
}

.pricegrid table {
    table-layout: fixed;
}

.pricegrid th {
    background-color: #0603A7;
	color: #FBFBDB;
	font-size: 11px;
	padding: .3em 2px .3em 2px;
}

#pop-right .btncancel {
    margin: 8px 55px;
}


/*Modal Popup*/
.modalBackground {
	background-color:#000;
	filter:alpha(opacity=10);
	opacity:0.10; 
}

.modalPopup {
	background-color:#FBFBDB;
	border-width:4px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:512px;
}