/* Minification failed. Returning unminified contents.
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(105,10): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1879,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1895,1): run-time error CSS1019: Unexpected token, found '@charset'
(1895,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(1895,17): run-time error CSS1019: Unexpected token, found ';'
(1965,1): run-time error CSS1019: Unexpected token, found '@charset'
(1965,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(1965,17): run-time error CSS1019: Unexpected token, found ';'
(2249,1): run-time error CSS1019: Unexpected token, found '@charset'
(2249,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(2249,17): run-time error CSS1019: Unexpected token, found ';'
(2266,1): run-time error CSS1019: Unexpected token, found '@import'
(2266,9): run-time error CSS1019: Unexpected token, found '"default.css"'
(2266,22): run-time error CSS1019: Unexpected token, found ';'
 */
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    //border-top: solid 10px #000;
    color: blue; /*#333;*/
    /*font-size: .90em;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
/*                color: #333;*/
    }

    a:hover {
        color: red;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


h1, h2, h3,
h4, h5, h6 {
    color: black;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    display:inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
}

#body {
    background-color: blue /*#efeeef;*/
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        padding-left: 10px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: white;
    font-size: large;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: black;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.5em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: black;
    outline: none;
    text-decoration: none;
}

.form {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    text-align: left;
}

#login a {
    background-color: #d3dce0;
    padding: 2px 3px;
    text-decoration: none;
}

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    text-align:center;
    width: 100%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
    width:360px; 
    height:75px; 
    border-style: none;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}



textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    width:100%;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
        clear:both;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
}


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.myclear { clear: both }

button.linkblack { 
    background:none;
    border:none; 
    font-size: 12px;
    padding: inherit;
    font-weight:inherit;
    color: black;
    font-family:sans-serif;
    font-weight: bold;
}

button.linkblack:hover { 
    color:orangered;
}

button.linkblue { 
    background:none;
    border:none; 
    font-size: 13px;
    padding: inherit;
    font-weight:inherit;
    color: blue;
}

button.linkblue:hover { 
    color:orangered;
}

button {
    cursor: pointer;
}

a.standard:hover { 
    color:red;
}

.hidden {
    display:none;
}

.imageClass {
    float:left;
}

.blockMsg {
    font-size:small;
}

h1.blockMsg {
    margin-bottom:6px;
}

#footer {
    /*position: absolute;
    bottom: 0;
    height: 40px;
    margin-top: 40px;*/
}

.loginDialog
{
    margin-left: 30%;
    margin-right: auto;
    width: 400px;
    border: solid;
    padding: 2%;
    border-width: thin;
}

.loginText
{
    font-weight:bold;
    font-size:large;
}

.navbarCategory
{
    float:left;
}



/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -33%;
  }

  .row-offcanvas-left.active {
    left: 33%;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 10px;
    display:none;
  }

  .active .sidebar-offcanvas
  {
      display:inline !important;
  }
}


/* Sidebar navigation */
.nav-sidebar {
  background-color: #f5f5f5;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}

/*
 * Main content
 */

.main {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

/* END END Sidebar navigation */

@media screen and (min-width: 0px) and (max-width: 700px) {
    .hideOnSmallScreens {
        display:none !important;
    }
}


/*
    x button to clear search box
*/
.redfamily {
	color: red;	
}
.search-box,.close-icon,.search-wrapper {
	position: relative;
	padding: 10px;
}
.search-wrapper {
	width: 500px;
	margin: auto;
	margin-top: 50px;
}
.search-box {
	width: 80%;
	border: 1px solid #ccc;
  outline: 0;
  border-radius: 15px;
}
.search-box:focus {
	box-shadow: 0 0 15px 5px #b0e0ee;
	border: 2px solid #bebede;
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
  background: url("Images/cross.png") no-repeat;
  right:30px;	
	top:10px;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}

@media screen\0 {
    .hideIE8910 {display:none;}
}

.dropdownColor {
    background-color: #333 !important;
}

.menuColors {
    background-color:#333 !important;
    line-height:1.3em;
    font: bold 14px/normal Arial, Helvetica, sans-serif;
    color: white !important;
}

.menuColors:hover {
    background-color: #4498c7 !important;
    color: #fff !important;
}

 .menuSize
 {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
 }
.wrap {
   margin:0 auto;
}
.left_col {
   float:left;
   width:33%;
}
.right_col {
   margin-left:5%;
   float:left;
   width:33%;
}


/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}

/* Search */

#search {
	width: 320px;
	height: 60px;
	padding: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	font-family: 'Open Sans', sans-serif;
	color: #454545;
}

#search-submit {
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}


/* Page */

#page {
	margin: 0px auto 50px auto;
	background: #FFF;
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.03);
	width: 100%;
    min-width:600px;
    top: 0;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	font-size: 32px;
	border-bottom: 1px solid rgba(0,0,0,.07);
}

.post .title a {
	border: none;
	color: #323030;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	display: block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

.right{
    float:right;
}

.left{
    float:left;
}
      

/* Sidebar */

#sidebar2
{
    max-width: 14%;
    width: 14%;
    min-width: 140px;
	float: left;
	padding: 10px 0px 0px 0px;
    top: 0;
    border: 1px solid #ccc;
    overflow: hidden;
}

#sidebar {
	float: left;
	width: 13%;
	padding: 10px 0px 0px 10px;
    top: 0;
    border: none;
}

#sidebar ul, #sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
    line-height: 180%;
}

#sidebar li, #sidebar2 li {
	margin: 0;
	padding: 0;
    font-size: 0.9em;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

#sidebar li.facetList, #sidebar2 li.facetList {
	margin: 0;
	padding: 0;
    font-size: 1em;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}


#sidebar li ul, #sidebar2 li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li, #sidebar2 li li {
	border-bottom: 1px solid rgba(0,0,0,.07);
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
	list-style: inside square;
}

#sidebar li li a, #sidebar2 li li a {
	color: #3B3B3B;
}

#sidebar li li span, #sidebar2 li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2, #sidebar2 h2 {
	padding-bottom: 20px;
	font-size: 2em;
	color: #323030;
}

#sidebar p, #sidebar2 p {
	padding: 0px;
	text-align: justify;
}

#sidebar a, #sidebar2 a {
	border: none;
}

#sidebar a:hover, #sidebar2 a:hover {
	text-decoration: underline;
}

.facet {
  margin: 1px;
  padding: 0.1em 0.3em;
  color: #46a;
  font-weight: bold;
  border: solid 1px #cde;
}

.facetList {
  background: white url(/Content/Images/cross.png) no-repeat right ;
  cursor: pointer;
  font-size:small;
}

div.facetDiv {
    padding: 1em;
    font-size: 1.1em;
    max-height: 270px;
}
    
div.facetDivWrapper {
    border: 1px solid #e5e5e5;
    font-size: .92em;
    height: auto;
    padding-bottom: 10px;
}

select.facetSelect {
    width:100%;
}

.facetcontainer { 
    max-height: 250px; 
    overflow-y: hidden; 
    overflow-x: hidden;
    white-space: nowrap;
}   

.right{
    float:right;
}

.left{
    float:left;
}

.details_div {
    font-family: Arial, Helvetica, sans-serif;
}

.price {
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    color:Red;

}

.markedFoundWord
{
    font-weight:bold;
}

.markedFoundProduct
{
    color:Red;
}

.store {
    font-weight: bold;
}

.prices{
    width:70%;
    text-align:right;
    color:Black;
}

.DropDownList {
    text-align:right;
}

tr.spaceUnder > td
{
}

/*for hiding and showing more */
.hideContent {
    overflow: hidden;
    line-height: 1em;
    max-height: 5em;
}

.showContent {
    line-height: 1em;
    height: auto;
}

.show-more {
    padding: 10px 0;
    text-align: right;
}

.glowing-border {
    border: 2px solid #dadada;
    border-radius: 7px;
}
.glowing-border:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

span.contact-label {
    font-weight: bold;
    text-align: left;
    width: 100px;
    display: block;
    float: left;
}

.contact-editbox {
    max-width: 600px;
    width: 80%;
    margin: 0 0 21px 0;
    display: inline;
    float: left;
    clear:right;
}

.Contact-Dialog {
    padding: 18px;
    width:90%;
}

.captcha {
    float:left;
    clear:both;
}

#submitButton {
  color: #46a;
  font-weight: bold;
  border: solid 1px #cde;
}

a.product {
  color: black;
}

a.product:hover {
  color: red;
}

.button-blue-small {
    font-size: 1m;
}

#templatemo_middle_searchresults {
	padding: 0 34px;
	margin-bottom: 20px;
    margin-left: 10%;
}

.horiz-option {
    display:inline;
}

.inline {
    display:inline;
}

.nopadding {
    padding:0px;
}

.pagination_elem {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.pagination_elem:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pagination_elem.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.clearboth {
    clear:both;
}
.button {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  padding: 0 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.button:hover:before {
  background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.button:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:active:before {
  content: none;
}

.button-green {
  background: #5ca934;
  border-color: #478228 #478228 #3c6f22;
  background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f);
}
.button-green:active {
  background: #5ca934;
  border-color: #3c6f22 #478228 #478228;
}

.button-red {
  background: #d5452f;
  border-color: #ae3623 #ae3623 #992f1f;
  background-image: -webkit-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: -moz-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: -o-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: linear-gradient(to bottom, #da5c48, #d5452f 66%, #c73d28);
}
.button-red:active {
  background: #d5452f;
  border-color: #992f1f #ae3623 #ae3623;
}

.button-blue {
  background: #1097e6;
  border-color: #0d78b6 #0d78b6 #0b689e;
  background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3);
}

.button-reviews {
  background: #80007C;
  border-color: white;
}

.button-blue:active {
  background: #1097e6;
  border-color: #0b689e #0d78b6 #0d78b6;
}

.button-orange {
  background: #f4902a;
  border-color: #df770c #df770c #c76a0a;
  background-image: -webkit-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: -moz-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: -o-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: linear-gradient(to bottom, #f69f47, #f4902a 66%, #f38617);
}
.button-orange:active {
  background: #f4902a;
  border-color: #c76a0a #df770c #df770c;
}

.button-pink {
  background: #e8367f;
  border-color: #d31865 #d31865 #bc165a;
  background-image: -webkit-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: -moz-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: -o-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: linear-gradient(to bottom, #eb5190, #e8367f 66%, #e62473);
}
.button-pink:active {
  background: #e8367f;
  border-color: #bc165a #d31865 #d31865;
}

.button-gray {
  background: #47494f;
  border-color: #2f3034 #2f3034 #232427;
  background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44);
}
.button-gray:active {
  background: #47494f;
  border-color: #232427 #2f3034 #2f3034;
}

.button-darkblue {
  background: #3b5ca0;
  border-color: #2d477b #2d477b #263c68;
  background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391);
}
.button-darkblue:active {
  background: #3b5ca0;
  border-color: #263c68 #2d477b #2d477b;
}

.button-purple {
  background: #9966cb;
  border-color: #8040be #8040be #733aab;
  background-image: -webkit-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: -moz-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: -o-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: linear-gradient(to bottom, #a87dd3, #9966cb 66%, #8f57c6);
}
.button-purple:active {
  background: #9966cb;
  border-color: #733aab #8040be #8040be;
}

/* Credit: http://www.templatemo.com */



#templatemo_body_wrapper {
	width: 100%;
	background: url(images/templatemo_wrapper.png) top center no-repeat
}
#templatemo_wrapper {
	width: 968px;
	margin: 0 auto;
	padding: 0 10px;
}
#templatemo_header {
	padding: 20px 34px 0;
	height: 110px;
	position:relative;
}
.templatemo_header_bg {
	position:absolute;
	right:1px;
	top:1px;
	cursor:default;
}
#templatemo_menu {
	padding: 6px 14px 6px 34px;
	height: 41px;
	margin-bottom: 40px;
	background:  url(images/templatemo_menu_bar.png) no-repeat
}
#templatemo_middle {
	padding: 0 34px;
	margin-bottom: 40px;
	background:url(images/templatemo_middle.png) no-repeat;
    margin-left: 10%;
}
#templatemo_main {
	padding: 0 34px 30px;
}
#templatemo_content {
	width: 590px;
}
#templatemo_sidebar {
	width: 280px;
}
#templatemo_footer {
	padding: 30px 34px;
	height: 40px;
	background: url(images/templatemo_footer.png) no-repeat 
}

.col { float: left; margin: 0 30px 30px 0 }

.col_2 { width: 435px }
.col_3 { width: 280px }
.col_32 { width: 590px }

.col_4 { width: 202px }
.col_43 { width: 607px }
.col_5 { width: 156px }



#templatemo_header .col_4 { margin-top: 40px }
#templatemo_header .col_4 a { display: block; float: right; margin-left: 5px }

/* menu */
#templatemo_menu ul { float: left; width: 640px; margin: 0; padding: 0; list-style: none }
#templatemo_menu ul li { margin: 0; padding: 0; display: inline }
#templatemo_menu ul li a {
	display: block;
	float: left;
	line-height: 41px;
	padding: 0 30px;
	margin-right: 1px;
	font-size: 14px;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul li a.selected {
	color: #d10f9a;
	background: #0e0e0e
}

#templatemo_search { 
	float: right; 
	margin-top: 4px; 
	width: 221px; 
	height: 33px; 
	background: url(images/templatemo_search_box.png) 
}

#templatemo_search form {
	margin: 0;
	padding: 0;
}

#templatemo_search .txt_field {
	display: block;
	height: 23px;
	line-height: 23px;
	width: 200px;
	color: #666;
	font-size: 12px;
	padding: 5px 10px;
	font-variant: normal;
	border: none;	
	background: none;
}

/* middle */
.event {
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 240px;
	width: 240px;
	padding: 20px;
    background-size: 100%;
}
.event1 { background-image: url(images/templatemo_bg_gp.png) }
.event2 { background-image: url(images/templatemo_bg_ctp.png) }
.event3 { background-image: url(images/templatemo_bg_dj.png) }

.event_btn1 {
	display: block;
	position: absolute;
	bottom: 5px; left: 6px;
	width: 269px;
	height: 68px;
    background-color: black;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 200%;
}

.event1 a.event_btn { background-image: url(images/templatemo_btn_girlparty.png) }
.event2 a.event_btn { background-image: url(images/templatemo_btn_cocktailparty.png) }
.event3 a.event_btn { background-image: url(images/templatemo_btn_djjoe.png) }

/* content */
ul.even_list li a {
	display: block;
	padding: 15px 20px;
	width: 395px;
	margin-bottom: 5px;
	border-bottom: 5px solid #000;
	background: #1b1b1b url(images/templatemo_go.png) 380px 22px scroll no-repeat
}

ul.even_list li a:hover { text-decoration: none; background-color: #0a0a0a }
ul.even_list li a span { display: block }
ul.even_list li a span.title { font-weight: 700; color: #fff }
ul.even_list li a span.date { color: #eb9a0c }
ul.even_list li a span.place { color: #fff840 }

#gallery li { display: block; float: left; margin: 0 30px 30px 0; }
#gallery li.no_mr { margin-right: 0 }

#contact_form { padding: 0; margin-bottom: 40px; width: 435px; }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { 
	width: 192px; 
	padding: 5px; 
	margin-bottom: 20px; 
	color: #999999;  
	background: #111111; 
	border: 1px solid #333333;
	font-family: Tahoma, Geneva, sans-serif;
}

#contact_form form label { display: block; margin-bottom: 5px; }

#contact_form form textarea { 
	width: 425px; 
	height: 150px; 
	padding: 5px; 
	margin-bottom: 10px; 
	color: #999999;  
	background: #111111; 
	border: 1px solid #333333; 
	font-family: Tahoma, Geneva, sans-serif;
}

.comment_list { margin: 0; padding: 0; list-style: none }
.comment_list .comment_box { padding: 20px; border-bottom: 3px solid #000 }
.comment_list li { margin-bottom: 20px }
.comment_list li ul { list-style: none; background: none }
.comment_list li ul li { }
.comment_list li ul li .comment_box { background: #222 }
.comment_content { float: right; width: 430px }
.comment_list li ul li.depth_2 .comment_content  { width: 390px }
.comment_list li ul li.depth_3 .comment_box { background: #333 }
.comment_list li ul li.depth_3 .comment_content  { width: 340px }

.clear { clear: both }


#comment_form {  }

#comment_form form .input_field { 
	width: 290px; 
	padding: 5px; 
	margin-bottom: 10px; 
	color: #999999;  
	background: #111111; 
	border: 1px solid #333333; 
	font-family: Tahoma, Geneva, sans-serif;
}

#comment_form form label { display: block }

#comment_form form textarea { 
	width: 290px; 
	height: 170px; 
	padding: 5px; 
	margin-bottom: 10px; 
	color: #999999;  
	background: #111111; 
	border: 1px solid #333333; 
	font-family: Tahoma, Geneva, sans-serif;
}

/* sidebar */

/* footer */
#templatemo_footer { line-height: 20px }
#templatemo_footer .left { color: #999999 }
#templatemo_footer .left a { color: #CC99FF }

#templatemo_footer .right { text-align: right; color: #999999 }
#templatemo_footer .right a { text-align: right; color: #CC99FF; }

.no_mr { margin-right: 0 }

.templatemo_paging { margin: 0 0 20px; padding: 0 }
.templatemo_paging ul { margin: 0; padding: 0; list-style: none }
.templatemo_paging ul li { margin: 0; padding: 0; display: inline }

.templatemo_paging ul li a { 
	float: left; 
	display: block; 
	color: #666; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #000; 
	border: 1px solid #282828 
}

.templatemo_paging ul li a:hover { color: #fff; background: #282828; border: 1px solid #000 }
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/Content/Images/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(/Content/Images/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(/Content/Images/star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(/Content/Images/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(/Content/Images/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    //background: url(delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}

@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 background-color: #333;
 width:100%;
 clear:both;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}
@charset "UTF-8";

/** 
 * MTV.com CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		MTV
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*------------------------------------------------------------------------------------------------------/
	@section	Style Framework  */


	/* First-level expected directory tag - li */

	ul.dropdown li {
	 padding: 5px;
	}

	ul.dropdown *.dir {
	 padding-right: 30px;
	 background-image: none;
	 background-position: 100% 50%;
	 background-repeat: no-repeat;
	}

		/* Non-first level */
		ul.dropdown ul *.dir {
		 padding-right: 15px;
		 background-image: url(images/nav-arrow-right.png);
		 background-position: 100% 50%;
		 background-repeat: no-repeat;
		}

		ul.dropdown ul ul *.dir {
		 background-image: url(images/nav-arrow-right2.png);
		}


	/* Components override */

	ul.dropdown-vertical *.dir {
	 background-image: url(images/nav-arrow-right.png);
	}

	ul.dropdown-vertical-rtl *.dir {
	 padding-right: 15px;
	 background-image: url(images/nav-arrow-left.png);
	 background-position: 0 50%;
	}



/*------------------------------------------------------------------------------------------------------/
	@section	Base Drop-Down Styling  */



	/* ALL LEVELS (incl. first) */

	ul.dropdown {
	 font: bold 12px/normal Arial, Helvetica, sans-serif;
	}

		ul.dropdown li {
		 background-color: #333;
		 color: #fff;
		}

        li.selectedDropdown a:link
        {
		 background-color: black;
        }

		ul.dropdown li.hover,
		ul.dropdown li:hover {
		}

		/* Links */

		ul.dropdown a:link,
		ul.dropdown a:visited { color: #fff; text-decoration: none;}
		ul.dropdown a:hover {
		 border-top-color: #5db1e0 !important;
		 border-left-color: #5db1e0;
		 background-color: #4498c7;
		 color: #fff;
		}

		ul.dropdown ul a.dir:hover { /* proposal */
		 background-color: #4698ca;
		 background-image: url(images/comnav-arrowon.png);
		 color: #fff;
		}

		ul.dropdown a:active {
		 background: #058acf url(images/nav-sub-press.png) 0 0 repeat-x !important;
		 color: #fff;
		}


		/* NON-FIRST LEVEL */

		ul.dropdown ul {
		 left: auto;
		 right: 0;
		 width: 150px;
		 margin-top: -1px;
		 border-top: 1px solid #1a1a1a;
		 border-left: solid 1px #4c4c4c;
		 font: bold 11px/1em Tahoma, Geneva, Verdana, sans-serif;
		}

			ul.dropdown ul li {
			 background-color: #3a3a3a;
			}

		ul.dropdown ul ul {
		 top: 0;
		 right: auto;
		 left: 100%;
		 margin-top: 0;
		 border-top: none;
		 border-left: none;
		 font-weight: normal;
		}

			ul.dropdown ul ul li {
			 background-color: #4c4c4c;
			}

		ul.dropdown ul ul ul li {
		 background-color: #595959;
		}



/* Mixed */

ul.dropdown li a,
ul.dropdown *.dir {
 border-style: solid;
 border-width: 1px;
 border-color: #404040 #1a1a1a #1a1a1a #505050;
}

ul.dropdown ul li a,
ul.dropdown ul *.dir { border-color: #4a4a4a #242424 #242424; border-left: none; }

ul.dropdown ul ul li a,
ul.dropdown ul ul *.dir { border-color: #595959 #333 #333; }

ul.dropdown ul ul ul li a,
ul.dropdown ul ul ul *.dir { border-color: #767676 #404040 #404040; }



/* Custom elements */

#n-movies { width: 250px; text-align: center; }
#n-movies ul { right: auto; left: 0; width: 249px; text-align: left; }
#n-movies ul ul { left: 249px; width: 150px; }
#n-movies ul a { width: 232px; }
#n-movies ul a.dir { width: 210px; }
#n-movies ul ul a { width: 133px; }
#n-movies ul ul a.dir { width: 111px; }
#n-movies ul ul ul { left: 100%; }

/*Auto Complete */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; font-size:large;}
.autocomplete-selected { background: #F0F0F0; font-size:large; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.flexDiv {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

@media (min-width: 1px) {
    #searchInput {
        width: 100px;
    }

    #searchInputDiv {
        width: 120px;
    }

    .colpadding {
      border: 1px solid #e5e5e5;
    }

}
@media (min-width: 250px) {
    #searchInput {
        width: 160px;
    }

    #searchInputDiv {
        width: 180px;
    }

    .colpadding {
      border: 1px solid #e5e5e5;
    }
}
@media (min-width: 350px) {
    #searchInput {
        width: 200px;
    }

    #searchInputDiv {
        width: 220px;
    }

    .colpadding {
      border: 1px solid #e5e5e5;
    }

}
@media (min-width: 470px) {
    #searchInput {
        width: 300px;
    }

    #searchInputDiv {
        width: 320px;
    }

    .colpadding {
      border: 1px solid #e5e5e5;
    }
}
@media (min-width: 768px){
    #searchInput {
        width: 400px;
    }
    #searchInputDiv {
        width: 420px;
        clear:both;
    }

    .colpadding {
      border: 1px solid #e5e5e5;
    }
}
@media (min-width: 1024px){
    #searchInput {
        width: 580px;
    }
    #searchInputDiv {
        width: 600px;
        clear:both;
    }

    .productElementDiv
    {
        border: 1px solid #e5e5e5;
        border-radius: 25px;
    }

    .colpadding {
      padding-right:7px;
      padding-left:7px;
      border:none;
    }
}
@charset "UTF-8";

/** 
 * MTV.com Ultimate Linear CSS Drop-Down Menu Theme
 *
 * @file		default_ultimate.css
 * @name		MTV.com
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "default.css";


/*------------------------------------------------------------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown a,
ul.dropdown span {
 display: block;
 padding: 2px 10px;
}



/*------------------------------------------------------------------------------------------------------/
 *	@section	Base Style Override
 */


ul.dropdown li {
 padding: 0;
}

ul.dropdown ul a,
ul.dropdown ul span { /* POI, proposal: override abstract a, span */
 padding: 8px;
}



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */


ul.dropdown *.dir { /* POI */
 padding: 5px 30px;
}

ul.dropdown ul *.dir {
 padding: 8px 30px 8px 8px;
}



/*------------------------------------------------------------------------------------------------------/
 *	@section	Custom Styles
 */


ul.dropdown ul a {
 width: 133px;
}

ul.dropdown ul a.dir {
 width: 111px;
}



/*------------------------------------------------------------------------------------------------------/
 * @section		Support Class `open` Usage
 * @source		js, artificial
 *
 */


ul.dropdown *.open {
 background-color: #3d3d3d;
}
ul.dropdown ul *.open {
 background-color: #4c4c4c;
 background-image: url(images/comnav-arrowover.png);
 color: #fff;
}
ul.dropdown ul ul *.open {
 background-color: #595959;
 background-image: url(images/comnav-arrowover2.png);
 color: #fff;
}
/* Override UPPER TWO definitions */
ul.dropdown a.open:hover {
 background-color: #4698ca;
 color: #fff;
}
ul.dropdown ul a.open:hover {
 background-image: url(images/comnav-arrowon.png);
 color: #fff;
}


/* Clone in CSS 2 */

ul.dropdown li:hover > *.dir {
 background-color: #3d3d3d;
}
ul.dropdown ul li:hover > *.dir {
 background-color: #4c4c4c;
 background-image: url(images/comnav-arrowover.png);
}
ul.dropdown ul ul li:hover > *.dir {
 background-color: #595959;
 background-image: url(images/comnav-arrowover2.png);
 color: #fff;
}

/* Override UPPER TWO definitions */
ul.dropdown li:hover > a.dir:hover {
 background-color: #4698ca;
 color: #fff;
}
ul.dropdown ul li:hover > a.dir:hover {
 background-image: url(images/comnav-arrowon.png);
 color: #fff;
}
#ReviewContent {
	float: left;
	width: 75%;
	padding-top: 0px;
	padding-left: 0px;
    top: 0;
    margin-left:20px;
}

.reviewField {
    width:80%;
}

.review_table {
}
.review_table_row { 
}

.review_table_column { 
  border-collapse: collapse;
  border:  groove;
  border-width: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.BrandedImage {
    width:140px;
}

