body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	background-image:url(http://www.illusionsports.com/Pictures/bkgr.png);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	height:100%;
    background-attachment: fixed;
    color: #fff;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

div#mainContent {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    padding-top: 15px;
}

#links {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

div#mainContentAdmin {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 100%;
    padding-top: 15px;
}

.content {
}

div#contentText {
    font-size: 10px;
}

a {
    /*font-size: 10px;*/
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color:red;
}

.textinput {
    height: 20px;
    font-size: 16px;
    border: #69655b 2px solid;
}


.buttonBlk {
    color: white;
    font-size: 10px;
    width: 130px;
    height: 26px;
    border: black 2px solid;
    background-image: url(http://www.illusionsports.com/Pictures/buttonBlkBkgr.png);
}

.buttonBlk:hover {
    border: red 2px solid;
    background-image: url(http://www.illusionsports.com/Pictures/buttonBlkBkgrHover.png);
}

div#formEnviro {
    height: 450px;
    padding: 10px;
    font-size: 12px;
}

#listBrands {
    margin-left: 5px;
}

.list {
    width: 240px;
    background-color: #5e594b;
    margin-bottom: 10px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.listCategories {
    width: 720px;
    background-color: #5e594b;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#brandContent {
    width: 720px;
    background-color: #5e594b;
    margin-bottom: 10px;
    padding-bottom: 15px;
    margin-left: 5px;
    margin-bottom: 30px;
}

#listCategories {
    margin-left: 5px;
}

.listImg {
    width: 48px;
    height: 48px;
    background-color: white;
    border: 2px solid black;
}

#listHeader {
    font-size: 24px;
    font-weight: bold;
    color: #94a03b;
    height: 30px;
    padding-top: 8px;
    padding-left: 15px;
}

#listFooter {
    font-size: 12px;
    color: white;
    height: 30px;
    padding-top: 8px;
    padding-right: 19px;
    text-align: right;
}

.listItem {
    width: 200px;
    margin-left: 15px;
    padding: 5px;
    background-color: #645f54;
    border-top: 1px solid #69655b;
    color: white;
}

.listItem a {
    color:white;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.listItem:hover {
    background-color: #69655b;
    background-position: right;
    background-repeat: no-repeat;
}

.listItemCategory {
    width: 680px;
    margin-left: 15px;
    padding: 5px;
    background-color: #645f54;
    border-top: 1px solid #69655b;
    color: white;
}

.listItemCategoryChecked {
    width: 680px;
    margin-left: 15px;
    padding: 5px;
    background-image: url(/admin/pictures/check_icon.png);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #645f54;
    border-top: 1px solid #69655b;
    color: white;
}

.listItemCategory a {
    color:white;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.listItemCategoryChecked a {
    color:white;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.listItemCategoryChecked:hover {
    background-color: #69655b;
}

.listItemCategory:hover {
    background-color: #69655b;
}

#leftBar {
    float: left;
}

#adminContent {
    float: right;
    width: 740px;
}

#more {
    text-align: right;
    padding-right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #69655b;
}

#more a {
    text-decoration: none;
    color: #69655b;
}

#more a:hover {
    color: #94a03b;
    text-decoration: none;
}


#brandHeader {
    font-size: 36px;
    font-weight: bold;
    color: #94a03b;
    margin-left: 15px;
    margin-top: 15px;
}

#frmBrand {
    margin-left: 15px;
    margin-top: 15px;
    background-color: #645f54;
    width: 690px;
    border: 1px solid #69655b;
}

.brandFieldHeader {
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.flyerThumb {
    padding: 10px;
}

#categories {
    float: left;
}

#catbrands {
    float: left;
}

#catforbrands {
    float: right;
}

.categoryItemSource {
    width: 200px;
    margin-left: 15px;
    padding: 5px;
    padding-left: 25px;
    background-color: #645f54;
    border-top: 1px solid #69655b;
    font-size: 14px;
    font-weight: bold;
    background-image: url(/admin/pictures/cat_icon.png);
    background-position: left;
    background-repeat: no-repeat;
}

.categoryItemDest {
    width: 200px;
    margin-left: 15px;
    padding: 5px;
    background-color: #645f54;
    border-top: 1px solid #69655b;
    font-size: 14px;
    font-weight: bold;
    background-image: url(/admin/pictures/cat_icon.png);
    background-position: left;
    background-repeat: no-repeat;
}

.dropZoneHover {
    background-color: #EEEEEE;
}

#icons {
    margin-top: 20px;
    margin-left: 125px;
    width: 120px;
}

.trash {
    width: 48px;
    height: 48px;
    background-image: url(/admin/pictures/trash_icon.png);
    background-repeat: no-repeat;    
    padding: 5px;
    float:right;
}

.trash_hover {
    background-image: url(/admin/pictures/trash_icon_hover.png);
}

.add {
    width: 48px;
    height: 48px;
    background-image: url(/admin/pictures/add_icon.png);
    background-repeat: no-repeat;
    padding: 5px;
    float:right;
}

.add_hover {
    background-image: url(/admin/pictures/add_icon_hover.png);
}

.buttonCms {
    color: white;
    font-weight: bold;
    font-size: 12px;
    width: 130px;
    height: 26px;
    border: #7a7d45 2px solid;
    background-color: #a8b840;
}
